summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-26 09:57:26 +0000
committersobomax <sobomax@FreeBSD.org>2001-03-26 09:57:26 +0000
commita95c2d852912f59fb8e69c1a812dabcaf04cfc23 (patch)
treefe2cb337e772db3e483e9f645af88c83049da06b
parent3f3b8eccfcedd49f967da8abcda37e42672a3cc3 (diff)
downloadFreeBSD-src-a95c2d852912f59fb8e69c1a812dabcaf04cfc23.zip
FreeBSD-src-a95c2d852912f59fb8e69c1a812dabcaf04cfc23.tar.gz
Decapitalise first letter of warning message.
-rw-r--r--usr.sbin/pkg_install/info/perform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c
index a29c962..be9cca9 100644
--- a/usr.sbin/pkg_install/info/perform.c
+++ b/usr.sbin/pkg_install/info/perform.c
@@ -387,7 +387,7 @@ find_pkg(char *db_dir, struct which_head *which_list)
if (!cmp_path(wp->file, itr->name, cwd))
continue;
if (wp->package[0] != '\0') {
- warnx("Both %s and %s claim to have installed %s\n",
+ warnx("both %s and %s claim to have installed %s\n",
wp->package, installed[i], wp->file);
} else {
strlcpy(wp->package, installed[i], PATH_MAX);
OpenPOWER on IntegriCloud