From 870aad0cf49fdf983241fa87542a29fca6f602c2 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 12 Dec 2017 16:04:47 +0000 Subject: [PATCH] Fix minor grammatical nits in error output. Sponsored by: The FreeBSD Foundation --- en_US.ISO8859-1/htdocs/cgi/mailindex.cgi | 2 +- share/mk/doc.docbook-dep.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi b/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi index 8ffa008a87..249da5f041 100755 --- a/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi @@ -77,7 +77,7 @@ if ($file =~ m,^([0-9a-z/-]+|[0-9a-z/-]+\.[0-9a-z-]+)$,) { sub file_not_exists { my $file = shift; - print "File does not exists: $file\n"; + print "File does not exist: $file\n"; exit; } diff --git a/share/mk/doc.docbook-dep.mk b/share/mk/doc.docbook-dep.mk index 493eba68a6..cecd34dedb 100644 --- a/share/mk/doc.docbook-dep.mk +++ b/share/mk/doc.docbook-dep.mk @@ -19,7 +19,7 @@ _DOCBOOK_DEPS_SYSTEM != for i in $$(egrep '' if [ -e $$i ]; then \ echo $i; \ else \ - echo "Warning: dep file $$(pwd)/$$i does not exists" >&2; \ + echo "Warning: dep file $$(pwd)/$$i does not exist" >&2; \ fi; \ done .endif