]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Fix typo in configure.ac echo message
authorKen Steele <ken@tilera.com>
Fri, 19 Jul 2013 17:04:58 +0000 (13:04 -0400)
committerVictor Julien <victor@inliniac.net>
Fri, 19 Jul 2013 17:26:02 +0000 (19:26 +0200)
configure.ac

index e69fd9d4fb4070ba632af99649797f1cc2421c9d..1b0565979dd5084086da5ba9b944b35437abedd5 100644 (file)
@@ -30,7 +30,7 @@
             echo "*************************************************************************"
             echo "   Warning! libnet version 1.1.x could not be found in " $1
             echo "   Reject keywords will not be supported."
-            echo "   If you require reject support plese install libnet 1.1.x. "
+            echo "   If you require reject support, please install libnet 1.1.x. "
             echo "   If libnet is not installed in a non-standard location please use the"
             echo "   --with-libnet-includes and --with-libnet-libraries configure options"
             echo "*************************************************************************"