summaryrefslogtreecommitdiff
path: root/navit/tools
diff options
context:
space:
mode:
authorhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-09-29 09:38:16 +0000
committerhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-09-29 09:38:16 +0000
commit8c58695299ed8554b81e0b122343112a159523a8 (patch)
treeb85a1dd034998cfa586bda66a7c8efcde9c22db5 /navit/tools
parenta2abe50b900ebae17ba3e269ed2ed3a0528ad72f (diff)
downloadnavit-8c58695299ed8554b81e0b122343112a159523a8.tar.gz
Fix:core:Some typos
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2617 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/tools')
-rwxr-xr-xnavit/tools/cleanattr.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/tools/cleanattr.sh b/navit/tools/cleanattr.sh
index dc2f0dc4e..22e561f66 100755
--- a/navit/tools/cleanattr.sh
+++ b/navit/tools/cleanattr.sh
@@ -16,14 +16,14 @@ TMPFILE2=$TMPDIR/navit-cleanattr.tmp2
if [ -f $TMPFILE ] ; then
echo "Temporary file $TMPFILE already exists."
- echo "Please don't run this tool twice at the same time. If you are shure that no other instance of this tool is running, remove the file."
+ echo "Please don't run this tool twice at the same time. If you are sure that no other instance of this tool is running, remove the file."
exit 1;
fi
touch $TMPFILE
if [ $? -ne 0 ] ; then
echo "Could not write to temporary file $TEMPFILE."
- echo "Please make shure you have write access to the temporary directory."
+ echo "Please make sure you have write access to the temporary directory."
exit 1;
fi