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:52:42 +0000 |
commit | 9797d3b45b4e1b9d77f0f2ee299c17b48d8d3cf6 (patch) | |
tree | 454957dee66a99993a6e2f875cf0c74a60135f93 /scripts/pybootchartgui/pybootchartgui/draw.py | |
parent | ee7be51444b609a5cc1fd223b9395e9642d3bfac (diff) | |
download | openembedded-core-contrib-9797d3b45b4e1b9d77f0f2ee299c17b48d8d3cf6.tar.gz |
fix various, innocuous typos
Corrections:
- environment
- accommodate
- conversion
- compatible
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/pybootchartgui/pybootchartgui/draw.py')
-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 add5c538821..53324b9f8bf 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 proc_h = 16 # the height of a process leg_s = 10 MIN_IMG_W = 800 -CUML_HEIGHT = 2000 # Increased value to accomodate CPU and I/O Graphs +CUML_HEIGHT = 2000 # Increased value to accommodate CPU and I/O Graphs OPTIONS = None def extents(options, xscale, trace): |