[05/17] event: Fix typo "asynchronous"

Message ID 20220219164021.8344-5-zygmunt.krynicki@huawei.com
State New
Headers show
Series [01/17] cooker: Fix typo "isn't" | expand

Commit Message

Zygmunt Krynicki Feb. 19, 2022, 4:40 p.m. UTC
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
---
 lib/bb/event.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/lib/bb/event.py b/lib/bb/event.py
index 0454c753..c81e79f7 100644
--- a/lib/bb/event.py
+++ b/lib/bb/event.py
@@ -764,7 +764,7 @@  class LogHandler(logging.Handler):
 class MetadataEvent(Event):
     """
     Generic event that target for OE-Core classes
-    to report information during asynchrous execution
+    to report information during asynchronous execution
     """
     def __init__(self, eventtype, eventdata):
         Event.__init__(self)