Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makemandb makemandb.c: spell "metadata" consistently



details:   https://anonhg.NetBSD.org/src/rev/62614ce96251
branches:  trunk
changeset: 372876:62614ce96251
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Sun Jan 01 21:27:14 2023 +0000

description:
makemandb.c: spell "metadata" consistently

diffstat:

 usr.sbin/makemandb/makemandb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7cfa0861d767 -r 62614ce96251 usr.sbin/makemandb/makemandb.c
--- a/usr.sbin/makemandb/makemandb.c    Sun Jan 01 21:02:09 2023 +0000
+++ b/usr.sbin/makemandb/makemandb.c    Sun Jan 01 21:27:14 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: makemandb.c,v 1.66 2022/10/30 01:49:30 gutteridge Exp $        */
+/*     $NetBSD: makemandb.c,v 1.67 2023/01/01 21:27:14 gutteridge 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.66 2022/10/30 01:49:30 gutteridge Exp $");
+__RCSID("$NetBSD: makemandb.c,v 1.67 2023/01/01 21:27:14 gutteridge Exp $");
 
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -686,7 +686,7 @@
                }
        } else {
                if (mflags.verbosity == 2)
-                       warnx("Could not update the meta data for %s", file);
+                       warnx("Could not update the metadata for %s", file);
                (*err_count)++;
        }
        sqlite3_finalize(inner_stmt);



Home | Main Index | Thread Index | Old Index