]> code.ossystems Code Review - openembedded-core.git/commitdiff
fix various, innocuous typos
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sun, 16 Feb 2020 13:23:02 +0000 (08:23 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Feb 2020 23:52:42 +0000 (23:52 +0000)
Corrections:

  - environment
  - accommodate
  - conversion
  - compatible

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testimage.bbclass
meta/conf/licenses.conf
meta/lib/oeqa/manual/eclipse-plugin.json
meta/lib/oeqa/sdk/context.py
meta/lib/oeqa/selftest/cases/devtool.py
meta/lib/oeqa/selftest/cases/oelib/buildhistory.py
scripts/pybootchartgui/pybootchartgui/draw.py

index 9588f2c4f848fdab6724b6c9c7eb89a45b7039c1..01d8598604c63f8eb1c97f1bab7095ba6336432c 100644 (file)
@@ -243,7 +243,7 @@ def testimage_main(d):
     if d.getVar("TEST_TARGET") == "qemu":
         fstypes = [fs for fs in fstypes if fs in supported_fstypes]
         if not fstypes:
-            bb.fatal('Unsupported image type built. Add a comptible image to '
+            bb.fatal('Unsupported image type built. Add a compatible image to '
                      'IMAGE_FSTYPES. Supported types: %s' %
                      ', '.join(supported_fstypes))
     qfstype = fstypes[0]
index 1c586a3bc6ae4e4480d07b8c6af2add81d9b34d7..751424d1b689df6ce6b9381232dadc5096b17a6a 100644 (file)
@@ -1,7 +1,7 @@
 # Standards are great! Everyone has their own. In an effort to standardize licensing
 # names, common-licenses will use the SPDX standard license names. In order to not
 # break the non-standardized license names that we find in LICENSE, we'll set
-# up a bunch of VarFlags to accomodate non-SPDX license names.
+# up a bunch of VarFlags to accommodate non-SPDX license names.
 #
 # We should really discuss standardizing this field, but that's a longer term goal.
 # For now, we can do this and it should grab the most common LICENSE naming variations.
index 9869150dcfe93665cdb15503b94bfc946e18a383..d77d0e673b8b8bff645be9e18848a012d5d881f2 100644 (file)
@@ -82,7 +82,7 @@
             ],
             "execution": {
                 "1": {
-                    "action": "Launch a QEMU of target enviroment.(Reference to case \"ADT - Launch qemu by eclipse\") ",
+                    "action": "Launch a QEMU of target environment.(Reference to case \"ADT - Launch qemu by eclipse\") ",
                     "expected_results": ""
                 },
                 "2": {
             ],
             "execution": {
                 "1": {
-                    "action": "Launch a QEMU of target enviroment.(Reference to case \"ADT - Launch qemu by eclipse\") ",
+                    "action": "Launch a QEMU of target environment.(Reference to case \"ADT - Launch qemu by eclipse\") ",
                     "expected_results": ""
                 },
                 "2": {
             "summary": "Eclipse_Poky_installation_and_setup"
         }
     }
-]
\ No newline at end of file
+]
index 09e77c19fe39a61503347be5108f37f43c2b14fe..01c38c24e6bfaa4d039ea4f581c7b864afa0515e 100644 (file)
@@ -136,7 +136,7 @@ class OESDKTestContextExecutor(OETestContextExecutor):
         sdk_envs = OESDKTestContextExecutor._get_sdk_environs(args.sdk_dir)
         if not sdk_envs:
             raise argparse_oe.ArgumentUsageError("No available SDK "\
-                   "enviroments found at %s" % args.sdk_dir, self.name)
+                   "environments found at %s" % args.sdk_dir, self.name)
 
         if args.list_sdk_env:
             self._display_sdk_envs(logger.info, args, sdk_envs)
index e2f91bcb6c1c252ebd4b6fd8a7218121df3c88ee..5886862d6c45a31c4e9d358a9ff42d93199c615b 100644 (file)
@@ -1741,7 +1741,7 @@ class DevtoolUpgradeTests(DevtoolBase):
                          when building the kernel.
          """
         kernel_provider = get_bb_var('PREFERRED_PROVIDER_virtual/kernel')
-        # Clean up the enviroment
+        # Clean up the environment
         bitbake('%s -c clean' % kernel_provider)
         tempdir = tempfile.mkdtemp(prefix='devtoolqa')
         tempdir_cfg = tempfile.mkdtemp(prefix='config_qa')
index 6d8082765234b174cde1d9f914fc41b817089e58..d4664bd0dfebb80833723152da81cc3d5201c05c 100644 (file)
@@ -45,7 +45,7 @@ class TestBlobParsing(OESelftestTestCase):
 
     def test_blob_to_dict(self):
         """
-        Test convertion of git blobs to dictionary
+        Test conversion of git blobs to dictionary
         """
         from oe.buildhistory_analysis import blob_to_dict
         valuesmap = { "foo" : "1", "bar" : "2" }
index add5c538821c3f82024ed8145ebeda6f07b79158..53324b9f8bf8eb7c0ea3dcd1dd3c234f35c74255 100644 (file)
@@ -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):