From 9ed87094fb97011626d274e96172c398f4841b9d Mon Sep 17 00:00:00 2001 From: Denis Pronin Date: Tue, 8 Mar 2022 20:34:25 +0300 Subject: [PATCH] - fixed typo in configure script Signed-off-by: Denis Pronin --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index be4605f9..67e5d535 100755 --- 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 -- 2.25.1