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 /meta/lib/oeqa/selftest/cases/oelib | |
| 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 'meta/lib/oeqa/selftest/cases/oelib')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/oelib/buildhistory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py b/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py index 6d80827652..d4664bd0df 100644 --- a/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py +++ b/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py | |||
| @@ -45,7 +45,7 @@ class TestBlobParsing(OESelftestTestCase): | |||
| 45 | 45 | ||
| 46 | def test_blob_to_dict(self): | 46 | def test_blob_to_dict(self): |
| 47 | """ | 47 | """ |
| 48 | Test convertion of git blobs to dictionary | 48 | Test conversion of git blobs to dictionary |
| 49 | """ | 49 | """ |
| 50 | from oe.buildhistory_analysis import blob_to_dict | 50 | from oe.buildhistory_analysis import blob_to_dict |
| 51 | valuesmap = { "foo" : "1", "bar" : "2" } | 51 | valuesmap = { "foo" : "1", "bar" : "2" } |
