diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-04-24 10:23:56 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-04-24 11:22:44 +0200 |
commit | eaab20c304882d26b9593edab402d64cc55c2df3 (patch) | |
tree | 6e1474e221eebd8ce3b689377b1b22639cc6b82e /bin | |
parent | f775b625b497b4fa6731bddd433916dde52fbb2e (diff) |
Fix typo
Change-Id: I85013e2fc1150b1830fa21da7ed77ac95ff7452e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133352
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find-unneeded-includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes index ea8ba64fb921..f58677c48bb7 100755 --- a/bin/find-unneeded-includes +++ b/bin/find-unneeded-includes @@ -316,7 +316,7 @@ def main(argv): parser.add_argument('--headers', action='store_true', help='Check header files. If omitted, check source files. Use with --recursive.') parser.add_argument('--noexclude', action='store_true', - help='Ignore excludelist. Useful to check wheher its exclusions are still all valid.') + help='Ignore excludelist. Useful to check whether its exclusions are still all valid.') args = parser.parse_args() |