Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makemandb Fix typo in a message.
details: https://anonhg.NetBSD.org/src/rev/ce101702c95b
branches: trunk
changeset: 780043:ce101702c95b
user: uwe <uwe%NetBSD.org@localhost>
date: Sun Jul 08 23:18:23 2012 +0000
description:
Fix typo in a message.
diffstat:
usr.sbin/makemandb/makemandb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9ef058746535 -r ce101702c95b usr.sbin/makemandb/makemandb.c
--- a/usr.sbin/makemandb/makemandb.c Sun Jul 08 22:49:55 2012 +0000
+++ b/usr.sbin/makemandb/makemandb.c Sun Jul 08 23:18:23 2012 +0000
@@ -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 <er.abhinav.upadhyay%gmail.com@localhost>
* Copyright (c) 2011 Kristaps Dzonsons <kristaps%bsd.lv@localhost>
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index