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 <[email protected]> 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) { _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
