]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix typo in warning output
authorJeremy C. Reed <jreed@isc.org>
Wed, 16 Oct 2013 22:17:54 +0000 (17:17 -0500)
committerMark Andrews <marka@isc.org>
Fri, 18 Oct 2013 03:41:25 +0000 (14:41 +1100)
okayed via jabber

(cherry picked from commit d9ff5f9c7af620b0a5677975f213139f67b81fb9)

util/check-sources.pl

index ebd36af98dcf1ecaf8f27d5a66e546cd44cccffe..44304d70c038b180093397760372914776ce4d88 100644 (file)
@@ -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 <<EOF;