From 149d2a07935bfd7a92b80741cb1cf1e2dc9101b6 Mon Sep 17 00:00:00 2001 From: Ken Steele Date: Fri, 19 Jul 2013 13:04:58 -0400 Subject: [PATCH] Fix typo in configure.ac echo message --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e69fd9d4fb..1b0565979d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 "*************************************************************************"