diff options
| author | gutteridge <gutteridge@NetBSD.org> | 2023-01-01 21:27:14 +0000 |
|---|---|---|
| committer | gutteridge <gutteridge@NetBSD.org> | 2023-01-01 21:27:14 +0000 |
| commit | 3db2dad67560b505a6507cacbf0792db777be65c (patch) | |
| tree | 7e03884516229a84a4bee827b7bec984ba39f6fb /usr.sbin/makemandb | |
| parent | 0af6af5518adb9ade5789f8f3560579e70e3391a (diff) | |
makemandb.c: spell "metadata" consistently
Diffstat (limited to 'usr.sbin/makemandb')
| -rw-r--r-- | usr.sbin/makemandb/makemandb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/makemandb/makemandb.c b/usr.sbin/makemandb/makemandb.c index a4bda40ec5d..fe4901ec6cc 100644 --- a/usr.sbin/makemandb/makemandb.c +++ b/usr.sbin/makemandb/makemandb.c @@ -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> * Copyright (c) 2011 Kristaps Dzonsons <kristaps@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 char *file, const char *hash, } } 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); |
