aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/detect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detect.sh b/src/detect.sh
index 5ff7af1..5f987c3 100755
--- a/src/detect.sh
+++ b/src/detect.sh
@@ -44,7 +44,7 @@ then
if [ "x$TAR" = x ] ; then
echo 'BEGIN ERROR'
echo 'Could not find tar command.'
- echo 'Please make sure that the (GNU) tar command is present,'
+ echo 'Please make sure that the (GNU) tar command is present,'
echo 'and that the TAR variable is set to its location.'
echo 'END ERROR'
exit 1