[Libreoffice-commits] dev-tools.git: qa/createBlogReport.py

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 27 18:05:48 UTC 2018


 qa/createBlogReport.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3f744229a42786623b43933acba45e5185a51239
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Thu Dec 27 19:05:17 2018 +0100
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Thu Dec 27 19:05:17 2018 +0100

    QA: Fix typo

diff --git a/qa/createBlogReport.py b/qa/createBlogReport.py
index f2512e4..c7c9a17 100755
--- a/qa/createBlogReport.py
+++ b/qa/createBlogReport.py
@@ -448,7 +448,7 @@ def createReport(statList):
 
     print(makeH2("Evolution of Most Pressing Bugs"), file=fp)
     print(file=fp)
-    print('<img src="PATH_HERE/Most_Mressing_Bugs.png" alt="" width="640" height="480" class="alignnone size-full" />', file=fp)
+    print('<img src="PATH_HERE/Most_Pressing_Bugs.png" alt="" width="640" height="480" class="alignnone size-full" />', file=fp)
     print(file=fp)
     createPlot(statList['MPBCount'], "line", "Most Pressing Bugs Per Day", "Most Pressing Bugs", "orange")
 


More information about the Libreoffice-commits mailing list