g | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c888ac311734deaf07cbfe04b87aa7339ed6afb6
Author: Andrea Gelmini <[email protected]>
AuthorDate: Wed Mar 22 12:18:13 2023 +0100
Commit: Julien Nabet <[email protected]>
CommitDate: Wed Mar 22 12:46:19 2023 +0000
Fix typo
Change-Id: I65261e7aaccb640eee4100fd53bc7e7e2cb229f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149318
Reviewed-by: Julien Nabet <[email protected]>
Tested-by: Julien Nabet <[email protected]>
diff --git a/g b/g
index f6f9e434df9a..d64c9cde4687 100755
--- a/g
+++ b/g
@@ -100,7 +100,7 @@ refresh_all_hooks()
wingit=$(git --version | grep -ic windows)
gitbash=$(echo $OSTYPE | grep -ic msys)
- # In the win-git-bash, do not make links, it make only copies
+ # In the win-git-bash, do not make links, it makes only copies
if [ $gitbash -eq 1 ]; then
if [ -d ".git" ]; then
if [ ! -e "${lnkfile}" ] || [ ! -L "${lnkfile}" ] ; then