diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-28 10:43:44 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-01-30 07:08:22 +0100 |
commit | 44df356a075acadeb980bce80e99c73154e846ea (patch) | |
tree | 1d5dc60867f70d5c89fbd07919f5a63db5e4b4a9 /bin | |
parent | ce2b98580b9f36d6f358bd2c9c027d3d82cb33d7 (diff) |
Fix typo
Change-Id: I01f5a09e65091f460c28f6c18d683f5a3135762e
Reviewed-on: https://gerrit.libreoffice.org/67100
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lo-commit-stat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat index e76d0c0875bf..64278b894d42 100755 --- a/bin/lo-commit-stat +++ b/bin/lo-commit-stat @@ -466,7 +466,7 @@ sub usage() " --log-suffix=<string> suffix of the log file name; the result will be\n" . " commit-log-<branch>-<log-name-suffix>.log; the branch name\n" . " is detected automatically\n" . - " --commits generete log with all commits (default)\n" . + " --commits generate log with all commits (default)\n" . " --bugs generate log with bugzilla entries\n" . " --bugs-changelog generate log with bugzilla entries, use changelog style\n" . " --bugs-wiki generate log with bugzilla entries, use wiki markup\n" . |