mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Fix typo "Performace" in gtester-report Details pop-up window
This commit is contained in:
parent
f74c0e257f
commit
046e521b4f
@ -241,7 +241,7 @@ class ReportWriter (TreeProcess):
|
||||
txt = node_as_text (perf)
|
||||
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'\n', r'\\n', txt)
|
||||
presults += [ (pval, txt) ]
|
||||
|
Loading…
Reference in New Issue
Block a user