diff --git a/usr.sbin/makemandb/makemandb.c b/usr.sbin/makemandb/makemandb.c index 34f514299e76..932494b1308f 100644 --- a/usr.sbin/makemandb/makemandb.c +++ b/usr.sbin/makemandb/makemandb.c @@ -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 * Copyright (c) 2011 Kristaps Dzonsons @@ -17,7 +17,7 @@ */ #include -__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 #include @@ -763,7 +763,7 @@ update_db(sqlite3 *db, struct mparse *mp, mandb_rec *rec) 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"