From 89560df40f22e1ce0b572c944b58d017ca2b79df Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 26 Dec 2019 12:31:56 +0100 Subject: Fix typo Change-Id: I80aae5ad98e7275bd266e1295e6988dc202649a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85840 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- logerrit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logerrit') diff --git a/logerrit b/logerrit index 54c0d6f97b4a..736e4342959b 100755 --- a/logerrit +++ b/logerrit @@ -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 -- cgit