svn commit: r207998 - head/sbin/restore

Christian Brueffer brueffer at FreeBSD.org
Wed May 12 20:21:44 UTC 2010


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 <hywel at 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) {


More information about the svn-src-all mailing list