Module Name:    src
Committed By:   uwe
Date:           Sun Jul  8 23:18:23 UTC 2012

Modified Files:
        src/usr.sbin/makemandb: makemandb.c

Log Message:
Fix typo in a message.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/makemandb/makemandb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/makemandb/makemandb.c
diff -u src/usr.sbin/makemandb/makemandb.c:1.9 src/usr.sbin/makemandb/makemandb.c:1.10
--- src/usr.sbin/makemandb/makemandb.c:1.9	Mon May  7 11:18:16 2012
+++ src/usr.sbin/makemandb/makemandb.c	Sun Jul  8 23:18:23 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: makemandb.c,v 1.9 2012/05/07 11:18:16 wiz Exp $	*/
+/*	$NetBSD: makemandb.c,v 1.10 2012/07/08 23:18:23 uwe Exp $	*/
 /*
  * Copyright (c) 2011 Abhinav Upadhyay <[email protected]>
  * Copyright (c) 2011 Kristaps Dzonsons <[email protected]>
@@ -17,7 +17,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: makemandb.c,v 1.9 2012/05/07 11:18:16 wiz Exp $");
+__RCSID("$NetBSD: makemandb.c,v 1.10 2012/07/08 23:18:23 uwe Exp $");
 
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -763,7 +763,7 @@ update_db(sqlite3 *db, struct mparse *mp
 	sqlite3_finalize(stmt);
 	
 	if (mflags.verbosity) {
-		printf("Total Number of new or updated pages enountered = %d\n"
+		printf("Total Number of new or updated pages encountered = %d\n"
 			"Total number of pages that were successfully"
 			" indexed/updated = %d\n"
 			"Total number of (hard or symbolic) links found = %d\n"

Reply via email to