[oe-commits] Paul Eggleton : classes/sanity: fix a couple of grammatical errors in messages

git at git.openembedded.org git at git.openembedded.org
Wed May 30 12:02:30 UTC 2012


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon May 28 18:10:51 2012 +0100

classes/sanity: fix a couple of grammatical errors in messages

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/sanity.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 7c1533e..f79fc3f 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -406,7 +406,7 @@ def check_sanity(sanity_data):
 
     if missing != "":
         missing = missing.rstrip(',')
-        messages = messages + "Please install following missing utilities: %s\n" % missing
+        messages = messages + "Please install the following missing utilities: %s\n" % missing
 
     pseudo_msg = check_pseudo_wrapper()
     if pseudo_msg != "":
@@ -428,7 +428,7 @@ def check_sanity(sanity_data):
 
     oes_bb_conf = sanity_data.getVar( 'OES_BITBAKE_CONF', True)
     if not oes_bb_conf:
-        messages = messages + 'You do not include OpenEmbeddeds version of conf/bitbake.conf. This means your environment is misconfigured, in particular check BBPATH.\n'
+        messages = messages + 'You do not include the OpenEmbedded version of conf/bitbake.conf. This means your environment is misconfigured, in particular check BBPATH.\n'
 
     nolibs = sanity_data.getVar('NO32LIBS', True)
     if not nolibs:





More information about the Openembedded-commits mailing list