bin/find-unneeded-includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6e3db40b8bccc13b106b63de31de1b8d7b9348cb Author: Andrea Gelmini <andrea.gelm...@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 <c...@libreoffice.org> Reviewed-by: Miklos Vajna <vmik...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits