- fixed typo in configure script
authorDenis Pronin <dannftk@yandex.ru>
Tue, 8 Mar 2022 17:34:25 +0000 (20:34 +0300)
committerDenis Pronin <dannftk@yandex.ru>
Tue, 8 Mar 2022 17:34:33 +0000 (20:34 +0300)
Signed-off-by: Denis Pronin <dannftk@yandex.ru>
configure

index be4605f9ade262d53e27b647a5198e3bf330b8fd..67e5d53557b74e7acb95c67f69d4a9175f0eff71 100755 (executable)
--- a/configure
+++ b/configure
@@ -2098,7 +2098,7 @@ if test "$libhdfs" = "yes" ; then
     hdfs_conf_error=1
   fi
   if test "$FIO_LIBHDFS_INCLUDE" = "" ; then
-    echo "configure: FIO_LIBHDFS_INCLUDE should be defined to libhdfs inlude path"
+    echo "configure: FIO_LIBHDFS_INCLUDE should be defined to libhdfs include path"
     hdfs_conf_error=1
   fi
   if test "$FIO_LIBHDFS_LIB" = "" ; then