diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-02-16 08:23:02 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-18 23:53:54 +0000 |
commit | e1a2a5a206438e125811c22b25bc271014fc7e76 (patch) | |
tree | 544c87b081efc4ea7534539308ed0d604db6f5b1 /scripts | |
parent | 39970f583dddf04139a039cbe04e62b7236f0481 (diff) | |
download | poky-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.py | 2 |
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 | |||
308 | proc_h = 16 # the height of a process | 308 | proc_h = 16 # the height of a process |
309 | leg_s = 10 | 309 | leg_s = 10 |
310 | MIN_IMG_W = 800 | 310 | MIN_IMG_W = 800 |
311 | CUML_HEIGHT = 2000 # Increased value to accomodate CPU and I/O Graphs | 311 | CUML_HEIGHT = 2000 # Increased value to accommodate CPU and I/O Graphs |
312 | OPTIONS = None | 312 | OPTIONS = None |
313 | 313 | ||
314 | def extents(options, xscale, trace): | 314 | def extents(options, xscale, trace): |