diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-04 12:54:52 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-05 07:13:49 +0100 |
commit | 22f94eb4f7e0fd3d068b4eab738a10d63242b630 (patch) | |
tree | c0620e52459fb84556aa4aca450fec659f8a4cd5 /logerrit | |
parent | d81a11220d76eeecac80b27b25a4576b6e78210b (diff) |
Fix typo
Change-Id: Ie8919bff20c7b29a3fee7a25bba65550b3fd086d
Reviewed-on: https://gerrit.libreoffice.org/68726
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'logerrit')
-rwxr-xr-x | logerrit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ case "$1" in fi echo echo "Note that you need to register additional email addresses, if you want to" - echo "commit from them. Additional emails must be confirmed with repling to the" + echo "commit from them. Additional emails must be confirmed by replying to the" echo "invitation mail it sends you." echo read -p 'Which user name did you choose? ' GERRITUSER |