]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-environment.bb: fix comments typos
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 18 Jan 2011 12:44:49 +0000 (10:44 -0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Jan 2011 12:50:46 +0000 (12:50 +0000)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/meta-environment.bb

index e5a63141cc65a0573d338e9c4f88bc8c9ef678c1..9f7e382d72e4e60755b6d7b716e4c23fa269be38 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Packge of environment files for SDK"
+DESCRIPTION = "Package of environment files for SDK"
 LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 LICENSE = "MIT"
@@ -7,7 +7,7 @@ PR = "r1"
 EXCLUDE_FROM_WORLD = "1"
 
 inherit toolchain-scripts
-# get target config site before inheritting corss-canadian
+# get target config site before inheritting cross-canadian
 TARGET_CONFIG_SITE := "${@siteinfo_get_files(d)}"
 
 SDK_DIR = "${WORKDIR}/sdk"