[Libreoffice-commits] .: logerrit
Tomáš Chvátal
tchvatal at kemper.freedesktop.org
Tue Aug 14 01:23:24 PDT 2012
logerrit | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e06c1f56b9c70cbf208e508d4a6dd8b276e1bd19
Author: Tim Retout <tim at retout.co.uk>
Date: Mon Aug 13 21:52:02 2012 +0100
logerrit: Fix some typos.
Change-Id: I0d6f3f5521d32dad1ffaa8675d5f43c7d7fa7cea
Reviewed-on: https://gerrit.libreoffice.org/409
Reviewed-by: Jean-Tiare Le Bigot <admin at jtlebi.fr>
Reviewed-by: TomáÃ
¡ Chvátal <tchvatal at suse.cz>
Tested-by: TomáÃ
¡ Chvátal <tchvatal at suse.cz>
diff --git a/logerrit b/logerrit
index 6585db1..c936653 100755
--- a/logerrit
+++ b/logerrit
@@ -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")
More information about the Libreoffice-commits
mailing list