diff options
author | Tim Retout <tim@retout.co.uk> | 2012-08-13 21:52:02 +0100 |
---|---|---|
committer | Tomáš Chvátal <tchvatal@suse.cz> | 2012-08-14 10:23:24 +0200 |
commit | e06c1f56b9c70cbf208e508d4a6dd8b276e1bd19 (patch) | |
tree | 81ef4ee6d9d99b61d969000c5e4173129ab72583 /logerrit | |
parent | 71248cadf6736fbb14b57e1b3edea0a924781609 (diff) |
logerrit: Fix some typos.
Change-Id: I0d6f3f5521d32dad1ffaa8675d5f43c7d7fa7cea
Reviewed-on: https://gerrit.libreoffice.org/409
Reviewed-by: Jean-Tiare Le Bigot <admin@jtlebi.fr>
Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
Diffstat (limited to 'logerrit')
-rwxr-xr-x | logerrit | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -73,7 +73,7 @@ case "$1" in test) if test -n "`ssh $GERRITHOST 2>&1|grep \"Welcome to Gerrit Code Review\"`" then - echo "Your gerrit setup was succesfull!" + echo "Your gerrit setup was successful!" else echo "There seems to be trouble." echo "please have the output of: ssh -vvvv logerrit" @@ -90,7 +90,7 @@ case "$1" in nextchange) if test -n "`git status -s -uno`" then - echo "You have uncommited changes. Please commit or stash these:" + echo "You have uncommitted changes. Please commit or stash these:" git status exit 1 fi @@ -129,7 +129,7 @@ case "$1" in echo "no Change-Id given on the command line, reviewing change$CHANGEID" fi MESSAGEREQ="" - read -p 'was the change verified to build sucessfully (+) or found not to build (-) or none of that ()? ' VERIFIED + read -p 'was the change verified to build successfully (+) or found not to build (-) or none of that ()? ' VERIFIED ask_tristate $VERIFIED case "$ANSWER" in "y") |