Author: brueffer
Date: Wed May 12 20:21:44 2010
New Revision: 207998
URL: http://svn.freebsd.org/changeset/base/207998

Log:
  Fix grammar in a line of output.
  
  PR:           145343
  Submitted by: Hywel Mallett <hy...@hmallett.co.uk>
  MFC after:    1 week

Modified:
  head/sbin/restore/symtab.c

Modified: head/sbin/restore/symtab.c
==============================================================================
--- head/sbin/restore/symtab.c  Wed May 12 20:15:05 2010        (r207997)
+++ head/sbin/restore/symtab.c  Wed May 12 20:21:44 2010        (r207998)
@@ -443,7 +443,7 @@ dumpsymtable(char *filename, long checkp
        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) {
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to