diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-26 12:31:56 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-26 13:50:47 +0100 |
commit | 89560df40f22e1ce0b572c944b58d017ca2b79df (patch) | |
tree | 0ad9c766b65f7f26c946c2c33c5d82356ed47902 /logerrit | |
parent | 0ad51b30556f96bff0d78cc540781416c1ea6b8b (diff) |
Fix typo
Change-Id: I80aae5ad98e7275bd266e1295e6988dc202649a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85840
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
@@ -92,7 +92,7 @@ case "$1" in fi echo "Please go to https://gerrit.libreoffice.org/ and:" echo "- press the 'register' button in the top right corner" - echo "- after login set yourself a username (its recommended to use your IRC-nick)" + echo "- after login set yourself a username (it is recommended to use your IRC-nick)" if test "z$ssh_key" = "z"; then echo "- add your public ssh-key into the ssh keys settings." else |