svn commit: r208470 - stable/8/sbin/restore

Christian Brueffer brueffer at FreeBSD.org
Sun May 23 20:27:13 UTC 2010


Author: brueffer
Date: Sun May 23 20:27:13 2010
New Revision: 208470
URL: http://svn.freebsd.org/changeset/base/208470

Log:
  MFC: r207998
  
  Fix grammar in a line of output.

Modified:
  stable/8/sbin/restore/symtab.c
Directory Properties:
  stable/8/sbin/restore/   (props changed)

Modified: stable/8/sbin/restore/symtab.c
==============================================================================
--- stable/8/sbin/restore/symtab.c	Sun May 23 20:24:35 2010	(r208469)
+++ stable/8/sbin/restore/symtab.c	Sun May 23 20:27:13 2010	(r208470)
@@ -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-8 mailing list