From 00bf61885c07d3672b91e42c28b906fe7f96e265 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Wed, 25 May 2016 15:49:57 +0200 Subject: [PATCH] Merge #8092: Correct small typo in extract_strings_qt.py 678513c Correct small typo in extract_strings_qt.py (Mitchell Cash) --- share/qt/extract_strings_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qt/extract_strings_qt.py b/share/qt/extract_strings_qt.py index 0d2af728b7..aaf386349a 100755 --- a/share/qt/extract_strings_qt.py +++ b/share/qt/extract_strings_qt.py @@ -67,7 +67,7 @@ f.write(""" #include -// Automatically generated by extract_strings.py +// Automatically generated by extract_strings_qt.py #ifdef __GNUC__ #define UNUSED __attribute__((unused)) #else