From e73cd9ee9926f18bc15072c30d97feed18e6323a Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 9 Aug 2009 12:09:46 +0000 Subject: [PATCH] Fixing typo in libdnet ./configure notice. --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 670a7ba4c..2be9f070e 100755 --- a/configure +++ b/configure @@ -7778,7 +7778,7 @@ LIBDNETDIR=libdnet-stripped # copy of libdnet. That is, with the other libraries we check for a system # version by default, whereas with dnet we use the local version unless # specifically asked to use a system version. This is because we have -# made many improvements and fixes to our version od dnet. +# made many improvements and fixes to our version of dnet. # Check whether --with-libdnet was given. if test "${with_libdnet+set}" = set; then diff --git a/configure.ac b/configure.ac index c5c4f7fc4..2538308b1 100644 --- a/configure.ac +++ b/configure.ac @@ -465,7 +465,7 @@ LIBDNETDIR=libdnet-stripped # copy of libdnet. That is, with the other libraries we check for a system # version by default, whereas with dnet we use the local version unless # specifically asked to use a system version. This is because we have -# made many improvements and fixes to our version od dnet. +# made many improvements and fixes to our version of dnet. AC_ARG_WITH(libdnet, AC_HELP_STRING([--with-libdnet=DIR], [Use an existing (compiled) dnet lib from DIR/include and DIR/lib. This is NOT RECOMMENDED because we have made many important fixes to our included libdnet, as described at http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS]) AC_HELP_STRING([--with-libdnet=included], [Use the libdnet version included with Nmap (default)]),