Module Name:    src
Committed By:   gutteridge
Date:           Sun Jan  1 21:27:14 UTC 2023

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

Log Message:
makemandb.c: spell "metadata" consistently


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 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.66 src/usr.sbin/makemandb/makemandb.c:1.67
--- src/usr.sbin/makemandb/makemandb.c:1.66	Sun Oct 30 01:49:30 2022
+++ src/usr.sbin/makemandb/makemandb.c	Sun Jan  1 21:27:14 2023
@@ -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.upadh...@gmail.com>
  * Copyright (c) 2011 Kristaps Dzonsons <krist...@bsd.lv>
@@ -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 @@ update_existing_entry(sqlite3 *db, const
 		}
 	} 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);

Reply via email to