bin/find-unneeded-includes |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aa76c9e27d5ab2bed4b056ab41d7c1dfc628486a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Mar 18 14:18:35 2024 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Mar 18 23:14:15 2024 +0100

    Fix typo
    
    Change-Id: I40e237a2acfe67cb9b40f1018e1a236616b2fe29
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164971
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

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)

Reply via email to