diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-18 14:18:35 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-03-18 23:14:15 +0100 |
commit | aa76c9e27d5ab2bed4b056ab41d7c1dfc628486a (patch) | |
tree | 7df9030410c66085a073fdf95b6687d98ef58184 | |
parent | 1dc579ae9cd7fcf504016ef510a9484173c9392d (diff) |
Fix typo
Change-Id: I40e237a2acfe67cb9b40f1018e1a236616b2fe29
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164971
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-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 439bb5230418..509331cd5ff3 100755 --- a/bin/find-unneeded-includes +++ b/bin/find-unneeded-includes @@ -386,7 +386,7 @@ def processIWYUOutput(iwyuOutput, moduleRules, fileName, noexclude, checknamespa if reason: # Warn about namespaces: if a header is suggested only '// for $namespace', then the namespace is not used # otherwise the used classes name would show up after the '// for' - # Cleaning out the respective header (if ther is any + # Cleaning out the respective header (if there is any # - which is not always the case) is for the next run! nameSpace = reason.group(1).split(' ')[0] print("WARNING:", fileName, "This 'using namespace' is likely unnecessary:", nameSpace) |