[Libreoffice-commits] core.git: bin/find-unneeded-includes

Andrea Gelmini andrea.gelmini at gelma.net
Mon Apr 23 08:18:24 UTC 2018


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

New commits:
commit 6e3db40b8bccc13b106b63de31de1b8d7b9348cb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Apr 7 15:20:11 2018 +0200

    Fix typo in variable
    
    Change-Id: I9ff961e9d6558478e72098a74048a5957299a953
    Reviewed-on: https://gerrit.libreoffice.org/52547
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index 9723ceffbfb9..de91a3570231 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -117,7 +117,7 @@ def processIWYUOutput(iwyuOutput, moduleRules):
 
         match = re.match("(.*) should add these lines:$", line)
         if match:
-            currrentFileName = match.group(1)
+            currentFileName = match.group(1)
             inAdd = True
             continue
 


More information about the Libreoffice-commits mailing list