logerrit |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e06c1f56b9c70cbf208e508d4a6dd8b276e1bd19
Author: Tim Retout <t...@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 <ad...@jtlebi.fr>
    Reviewed-by: Tomáš Chvátal <tchva...@suse.cz>
    Tested-by: Tomáš Chvátal <tchva...@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")
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to