diff options
-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 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 |