From: Jeremy C. Reed Date: Wed, 16 Oct 2013 22:17:54 +0000 (-0500) Subject: fix typo in warning output X-Git-Tag: v9.6-ESV-R11b1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860b5cf3e7b30a7a3b1e90149f7e8f13ec5a7129;p=thirdparty%2Fbind9.git fix typo in warning output okayed via jabber (cherry picked from commit d9ff5f9c7af620b0a5677975f213139f67b81fb9) --- diff --git a/util/check-sources.pl b/util/check-sources.pl index ebd36af98dc..44304d70c03 100644 --- a/util/check-sources.pl +++ b/util/check-sources.pl @@ -227,7 +227,7 @@ main() { } unless (system("cd bin/tests && make -k all_tests") == 0) { - warn "make all_tests failed, but pressging on anyway\n"; + warn "make all_tests failed, but pressing on anyway\n"; } print <