compilerplugins/clang/pluginhandler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cb958c4ff88da1d8edab756592e3c6483e1b8b28
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 14 11:55:22 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Jun 16 13:00:54 2022 +0200

    Fix typo
    
    Change-Id: I9b29e51e550ea9f13497e1f46cf4cdc11cf8faa6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135925
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/compilerplugins/clang/pluginhandler.cxx 
b/compilerplugins/clang/pluginhandler.cxx
index 7cfa19eb9c35..ffa4e3668def 100644
--- a/compilerplugins/clang/pluginhandler.cxx
+++ b/compilerplugins/clang/pluginhandler.cxx
@@ -231,7 +231,7 @@ bool PluginHandler::ignoreLocation(SourceLocation loc) {
 bool PluginHandler::checkIgnoreLocation(SourceLocation loc)
 {
     // The tree-wide analysis plugins (like unusedmethods) don't want
-    // this logic, they only want to ignore externl code
+    // this logic, they only want to ignore external code
     if (!treeWideAnalysisMode)
     {
         // If a location comes from a PCH, it is not necessary to check it

Reply via email to