summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-02-28 19:47:44 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-02-28 19:47:44 -0800
commit2c5bda843430226f16d589455ebd40ee3bfabb36 (patch)
treef435a6dd94ee0e5ce5cd8d6ccc129acf82909eb1 /configure
parentff51910fa63e31bd8a14993ed018a5776f847a09 (diff)
downloadtxr-2c5bda843430226f16d589455ebd40ee3bfabb36.tar.gz
txr-2c5bda843430226f16d589455ebd40ee3bfabb36.tar.bz2
txr-2c5bda843430226f16d589455ebd40ee3bfabb36.zip
Fix typo in configure script message.
* configure: it's, not its.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b4158aa2..659ac1f9 100755
--- a/configure
+++ b/configure
@@ -593,7 +593,7 @@ if [ "$source_dir" != "." ] ; then
ln -sf "$source_dir/$x" .
done
else
- printf "** Note: its recommended to build in a separate directory\n"
+ printf "** Note: it's recommended to build in a separate directory\n"
fi
gen_config_make()