From 951aa5ea1f1e23460bb3607e5442a2a2bc499e6f Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sun, 25 Mar 2012 07:46:15 -0400 Subject: Various typoes fixed, all comments or output strings. Typoes fixed: "enviroment", "editted", "spliting", "scheulder". (From OE-Core rev: 17e981a857a51b0bec08c929e8539d36d83874b6) Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- meta/classes/icecc.bbclass | 2 +- meta/classes/package.bbclass | 2 +- meta/classes/rm_work.bbclass | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/classes') diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 45570739f2..ae74050f6b 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 20af8b7914..d35667a91d 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 303d47dd73..997dcd18e2 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" -- cgit v1.2.3-54-g00ecf