diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-08-20 08:23:27 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-25 08:57:45 +0100 |
| commit | 6d08e5bb09293c03d8953831888c64d8eca889bf (patch) | |
| tree | 7a2d7dff6f1db1324d84204a4c63669f59d23761 /bitbake/lib/bb/__init__.py | |
| parent | 91083de4cb03bcb279ede3024cd2660b6c653808 (diff) | |
| download | poky-6d08e5bb09293c03d8953831888c64d8eca889bf.tar.gz | |
bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.
(Bitbake rev: 587b144ee409d444494d8d7f2d1c53ede8f7c953)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/__init__.py')
| -rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 84f6ec3f3c..001941a29d 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
| @@ -103,7 +103,7 @@ def fatal(*args): | |||
| 103 | 103 | ||
| 104 | def deprecated(func, name=None, advice=""): | 104 | def deprecated(func, name=None, advice=""): |
| 105 | """This is a decorator which can be used to mark functions | 105 | """This is a decorator which can be used to mark functions |
| 106 | as deprecated. It will result in a warning being emmitted | 106 | as deprecated. It will result in a warning being emitted |
| 107 | when the function is used.""" | 107 | when the function is used.""" |
| 108 | import warnings | 108 | import warnings |
| 109 | 109 | ||
