bin/find-unneeded-includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit eaab20c304882d26b9593edab402d64cc55c2df3 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Apr 24 10:23:56 2022 +0200 Commit: Andrea Gelmini <[email protected]> CommitDate: Sun Apr 24 11:22:44 2022 +0200 Fix typo Change-Id: I85013e2fc1150b1830fa21da7ed77ac95ff7452e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133352 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins 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()
