svn commit: r208471 - stable/7/sbin/restore
Christian Brueffer
brueffer at FreeBSD.org
Sun May 23 20:28:07 UTC 2010
Author: brueffer
Date: Sun May 23 20:28:06 2010
New Revision: 208471
URL: http://svn.freebsd.org/changeset/base/208471
Log:
MFC: r207998
Fix grammar in a line of output.
Modified:
stable/7/sbin/restore/symtab.c
Directory Properties:
stable/7/sbin/restore/ (props changed)
Modified: stable/7/sbin/restore/symtab.c
==============================================================================
--- stable/7/sbin/restore/symtab.c Sun May 23 20:27:13 2010 (r208470)
+++ stable/7/sbin/restore/symtab.c Sun May 23 20:28:06 2010 (r208471)
@@ -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) {
More information about the svn-src-stable
mailing list