aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2014-12-01 20:57:09 +0000
committereschnett <eschnett@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2014-12-01 20:57:09 +0000
commitbf3b4b4e55146aade64a6b5b95982dad0442bf02 (patch)
tree76b5443079e3431dd687d3eba4f5ab30994a55b1
parentc227bd2e1ff19706ee2c64659c7a557c146cb7b5 (diff)
Correct typo in error message
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@63 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
-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