Fix a few typos

This commit is contained in:
Ivan Kozik
2013-08-11 10:55:53 +00:00
parent d068505b2f
commit 1866619acc
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ for source in $dbs; do
echo "selector $selector does not match any revision";
fi
else
echo "pulling branch $branch wasn't succesfull";
echo "pulling branch $branch wasn't successful";
fi;
if test -n "$done"; then
break;