[oe-commits] Robert P. J. Day : Various typoes fixed, all comments or output strings.

git at git.openembedded.org git at git.openembedded.org
Mon Mar 26 11:17:17 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 17e981a857a51b0bec08c929e8539d36d83874b6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=17e981a857a51b0bec08c929e8539d36d83874b6

Author: Robert P. J. Day <rpjday at crashcourse.ca>
Date:   Sun Mar 25 07:46:15 2012 -0400

Various typoes fixed, all comments or output strings.

Typoes fixed: "enviroment", "editted", "spliting", "scheulder".

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/icecc.bbclass                      |    2 +-
 meta/classes/package.bbclass                    |    2 +-
 meta/classes/rm_work.bbclass                    |    2 +-
 meta/recipes-core/sysvinit/sysvinit/rcS-default |    2 +-
 oe-init-build-env                               |    2 +-
 scripts/oe-buildenv-internal                    |    2 +-
 scripts/oe-setup-builddir                       |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index 4557073..ae74050 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -9,7 +9,7 @@
 # ICECC_VERSION accordingly.
 #
 #The class now handles all 3 different compile 'stages' (i.e native ,cross-kernel and target) creating the
-#necessary enviroment tar.gz file to be used by the remote machines.
+#necessary environment tar.gz file to be used by the remote machines.
 #It also supports meta-toolchain generation
 #
 #If ICECC_PATH is not set in local.conf then the class will try to locate it using 'which'
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 20af8b7..d35667a 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -2,7 +2,7 @@
 # Packaging process
 #
 # Executive summary: This class iterates over the functions listed in PACKAGEFUNCS
-# Taking D and spliting it up into the packages listed in PACKAGES, placing the 
+# Taking D and splitting it up into the packages listed in PACKAGES, placing the
 # resulting output in PKGDEST.
 #
 # There are the following default steps but PACKAGEFUNCS can be extended:
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 303d47d..997dcd1 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -6,7 +6,7 @@
 # INHERIT += "rm_work"
 #
 
-# Use the completion scheulder by default when rm_work is active
+# Use the completion scheduler by default when rm_work is active
 # to try and reduce disk usage
 BB_SCHEDULER ?= "completion"
 
diff --git a/meta/recipes-core/sysvinit/sysvinit/rcS-default b/meta/recipes-core/sysvinit/sysvinit/rcS-default
index 7ad3c7b..fc6d415 100644
--- a/meta/recipes-core/sysvinit/sysvinit/rcS-default
+++ b/meta/recipes-core/sysvinit/sysvinit/rcS-default
@@ -13,7 +13,7 @@ DELAYLOGIN=no
 # UTC=yes
 # Set VERBOSE to "no" if you would like a more quiet bootup.
 VERBOSE=no
-# Set EDITMOTD to "no" if you don't want /etc/motd to be editted automatically
+# Set EDITMOTD to "no" if you don't want /etc/motd to be edited automatically
 EDITMOTD=no
 # Whether to fsck root on boot
 ENABLE_ROOTFS_FSCK=no
diff --git a/oe-init-build-env b/oe-init-build-env
index cc30a3b..67eddcd 100755
--- a/oe-init-build-env
+++ b/oe-init-build-env
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# OE Build Enviroment Setup Script
+# OE Build Environment Setup Script
 #
 # Copyright (C) 2006-2011 Linux Foundation
 #
diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal
index 21b92b0..14e728d 100755
--- a/scripts/oe-buildenv-internal
+++ b/scripts/oe-buildenv-internal
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# OE-Core Build Enviroment Setup Script
+# OE-Core Build Environment Setup Script
 #
 # Copyright (C) 2006-2011 Linux Foundation
 #
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 0879be1..560453e 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# OE Build Enviroment Setup Script
+# OE Build Environment Setup Script
 #
 # Copyright (C) 2006-2011 Linux Foundation
 #





More information about the Openembedded-commits mailing list