mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01:00
Fix typo "Performace" in gtester-report Details pop-up window
(cherry picked from commit 046e521b4f08a88c889620225faea7284356eb23)
This commit is contained in:
parent
1a0f372907
commit
2ad84bbc03
@ -241,7 +241,7 @@ class ReportWriter (TreeProcess):
|
|||||||
txt = node_as_text (perf)
|
txt = node_as_text (perf)
|
||||||
txt = re.sub (r'&', r'&', txt)
|
txt = re.sub (r'&', r'&', txt)
|
||||||
txt = re.sub (r'<', r'>', txt)
|
txt = re.sub (r'<', r'>', txt)
|
||||||
txt = '<strong>Performace(' + (pmin and '<em>minimized</em>' or '<em>maximized</em>') + '):</strong> ' + txt.strip() + '<br />\n'
|
txt = '<strong>Performance(' + (pmin and '<em>minimized</em>' or '<em>maximized</em>') + '):</strong> ' + txt.strip() + '<br />\n'
|
||||||
txt = re.sub (r'"', r'\\"', txt)
|
txt = re.sub (r'"', r'\\"', txt)
|
||||||
txt = re.sub (r'\n', r'\\n', txt)
|
txt = re.sub (r'\n', r'\\n', txt)
|
||||||
presults += [ (pval, txt) ]
|
presults += [ (pval, txt) ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user