From 6d08e5bb09293c03d8953831888c64d8eca889bf Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 20 Aug 2014 08:23:27 -0400 Subject: bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional. (Bitbake rev: 587b144ee409d444494d8d7f2d1c53ede8f7c953) Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- bitbake/lib/bb/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake/lib/bb/utils.py') diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py index 4c894cbb0c..7d37a745a4 100644 --- a/bitbake/lib/bb/utils.py +++ b/bitbake/lib/bb/utils.py @@ -264,7 +264,7 @@ def _print_trace(body, line): def better_compile(text, file, realfile, mode = "exec"): """ A better compile method. This method - will print the offending lines. + will print the offending lines. """ try: return compile(text, file, mode) @@ -530,7 +530,7 @@ def filter_environment(good_vars): def approved_variables(): """ Determine and return the list of whitelisted variables which are approved - to remain in the envrionment. + to remain in the environment. """ if 'BB_PRESERVE_ENV' in os.environ: return os.environ.keys() -- cgit v1.2.3-54-g00ecf