summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@appnearme.com>2014-06-27 09:41:45 +0100
committerOlivier Martin <olivier.martin@appnearme.com>2014-06-27 09:41:45 +0100
commitdcaf49b5136e2da21323284a89a087d9667fbdda (patch)
tree54d56c56aa50cb3232e2315ccf4408456aa9fbea /autogen.sh
parent71887d2f39c78afb4bbf0082f7c009a3378abc56 (diff)
downloadlightdm-dcaf49b5136e2da21323284a89a087d9667fbdda.tar.gz
autogen.sh: Fixed typo
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e3dea10e..ab1e8aa9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ automake --add-missing --copy --foreign
YELP=`which yelp-build`
if test -z $YELP; then
echo "*** The tools to build the documentation are not found,"
- echo " please intall the yelp-tools package ***"
+ echo " please install the yelp-tools package ***"
exit 1
fi