From e44ebb184aabf0ef967f4c8d7fd44a962b733cf0 Mon Sep 17 00:00:00 2001 From: JamoBox Date: Sat, 24 Aug 2013 22:59:58 +0100 Subject: [PATCH] fixed typos fixed a couple of typos in the output messages --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 185fecb4..d11c396a 100644 --- a/configure.ac +++ b/configure.ac @@ -208,7 +208,7 @@ if test -n "$PKG_CONFIG"; then ], [ AC_MSG_WARN([$LIBCONFIG_PKG_ERRORS]) - AC_MSG_WARN([libconfig not available, will not build DHT botstrap daemon]) + AC_MSG_WARN([libconfig not available, will not build DHT bootstrap daemon]) BUILD_DHT_BOOTSTRAP_DAEMON="no" ]) fi @@ -223,7 +223,7 @@ if test -n "$PKG_CONFIG"; then ]) fi else - AC_MSG_WARN([pkg-config was not found on your sytem]) + AC_MSG_WARN([pkg-config was not found on your system]) fi if (test "x$BUILD_NTOX" = "xyes") && (test "x$NCURSES_FOUND" != "xyes"); then