diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-03-25 07:46:15 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-26 12:13:05 +0100 |
commit | 951aa5ea1f1e23460bb3607e5442a2a2bc499e6f (patch) | |
tree | 8ccdfd1db3faf5a5e3e6993e66a487b7224957af /scripts | |
parent | 1b5c52f2e81087be704fa6527f9d08f27a62ab09 (diff) | |
download | poky-951aa5ea1f1e23460bb3607e5442a2a2bc499e6f.tar.gz |
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 <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/oe-buildenv-internal | 2 | ||||
-rwxr-xr-x | scripts/oe-setup-builddir | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal index 21b92b0f9e..14e728d6b4 100755 --- a/scripts/oe-buildenv-internal +++ b/scripts/oe-buildenv-internal | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # OE-Core Build Enviroment Setup Script | 3 | # OE-Core Build Environment Setup Script |
4 | # | 4 | # |
5 | # Copyright (C) 2006-2011 Linux Foundation | 5 | # Copyright (C) 2006-2011 Linux Foundation |
6 | # | 6 | # |
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index d278c240d8..95c803d504 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # OE Build Enviroment Setup Script | 3 | # OE Build Environment Setup Script |
4 | # | 4 | # |
5 | # Copyright (C) 2006-2011 Linux Foundation | 5 | # Copyright (C) 2006-2011 Linux Foundation |
6 | # | 6 | # |