From 589fb6a1d9d633052cfbe77f8626305de8dbb4d5 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Wed, 12 May 2010 20:21:44 +0000 Subject: [PATCH] Fix grammar in a line of output. PR: 145343 Submitted by: Hywel Mallett MFC after: 1 week --- sbin/restore/symtab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index b7eff268e65..3e523351924 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -443,7 +443,7 @@ dumpsymtable(char *filename, long checkpt) FILE *fd; struct symtableheader hdr; - vprintf(stdout, "Check pointing the restore\n"); + vprintf(stdout, "Checkpointing the restore\n"); if (Nflag) return; if ((fd = fopen(filename, "w")) == NULL) {