bin/find-unneeded-includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 34fc69c7beef71fcae4e6d1fde7237c156c0bdbc Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jul 10 12:33:56 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Jul 12 18:20:42 2020 +0200 Fix typo Change-Id: Ib728bcd332400df7e6c5466387fcdbda97792382 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98489 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes index 2090339b21df..5d3dcb6367da 100755 --- a/bin/find-unneeded-includes +++ b/bin/find-unneeded-includes @@ -12,7 +12,7 @@ # you can generate one with 'make vim-ide-integration'. # # Design goals: -# - exludelist mechanism, so a warning is either fixed or excluded +# - excludelist mechanism, so a warning is either fixed or excluded # - works in a plugins-enabled clang build # - no custom configure options required # - no need to generate a dummy library to build a header _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
