summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-02-16 08:23:02 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-18 23:53:54 +0000
commite1a2a5a206438e125811c22b25bc271014fc7e76 (patch)
tree544c87b081efc4ea7534539308ed0d604db6f5b1 /scripts
parent39970f583dddf04139a039cbe04e62b7236f0481 (diff)
downloadpoky-e1a2a5a206438e125811c22b25bc271014fc7e76.tar.gz
fix various, innocuous typos
Corrections: - environment - accommodate - conversion - compatible (From OE-Core rev: 9797d3b45b4e1b9d77f0f2ee299c17b48d8d3cf6) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pybootchartgui/pybootchartgui/draw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py b/scripts/pybootchartgui/pybootchartgui/draw.py
index add5c53882..53324b9f8b 100644
--- a/scripts/pybootchartgui/pybootchartgui/draw.py
+++ b/scripts/pybootchartgui/pybootchartgui/draw.py
@@ -308,7 +308,7 @@ sec_w_base = 1 # the width of a second
308proc_h = 16 # the height of a process 308proc_h = 16 # the height of a process
309leg_s = 10 309leg_s = 10
310MIN_IMG_W = 800 310MIN_IMG_W = 800
311CUML_HEIGHT = 2000 # Increased value to accomodate CPU and I/O Graphs 311CUML_HEIGHT = 2000 # Increased value to accommodate CPU and I/O Graphs
312OPTIONS = None 312OPTIONS = None
313 313
314def extents(options, xscale, trace): 314def extents(options, xscale, trace):