1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

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>
This commit is contained in:
Robert P. J. Day
2014-08-20 08:23:27 -04:00
committed by Richard Purdie
parent 91083de4cb
commit 6d08e5bb09
9 changed files with 29 additions and 27 deletions
+2 -2
View File
@@ -598,7 +598,7 @@ class MetadataEvent(Event):
class SanityCheck(Event):
"""
Event to runs sanity checks, either raise errors or generate events as return status.
Event to run sanity checks, either raise errors or generate events as return status.
"""
def __init__(self, generateevents = True):
Event.__init__(self)
@@ -606,7 +606,7 @@ class SanityCheck(Event):
class SanityCheckPassed(Event):
"""
Event to indicate sanity check is passed
Event to indicate sanity check has passed
"""
class SanityCheckFailed(Event):