aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@9e23cc15-e5c8-4d65-9080-beda90ea645b>2014-12-01 20:57:01 +0000
committereschnett <eschnett@9e23cc15-e5c8-4d65-9080-beda90ea645b>2014-12-01 20:57:01 +0000
commit2784af777df2d1553338a3992d4cd054fea2b337 (patch)
treec8550f0714a5d9a6519b5019c7dd0a73936c7214
parentaaafabaa7a3a411ca6ca6a08fa6bbe90ae381e42 (diff)
Correct typo in error message
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@66 9e23cc15-e5c8-4d65-9080-beda90ea645b
-rwxr-xr-xsrc/detect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detect.sh b/src/detect.sh
index 9264293..f6a0811 100755
--- a/src/detect.sh
+++ b/src/detect.sh
@@ -65,7 +65,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