diff mbox series

[1/2] cooker: fix a typo

Message ID 20221018174612.98621-1-quantenkeks@gmail.com
State Accepted, archived
Commit cf23612f4e8946b9ed4c9f87b451f32b8c471df2
Headers show
Series [1/2] cooker: fix a typo | expand

Commit Message

Oliver Lang Oct. 18, 2022, 5:46 p.m. UTC
Signed-off-by: Oliver Lang <quantenkeks@gmail.com>
---
 lib/bb/cooker.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 32a529f0..1da2f031 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -250,7 +250,7 @@  class BBCooker:
     def process_inotify_updates(self):
         for n in [self.confignotifier, self.notifier]:
             if n and n.check_events(timeout=0):
-                # read notified events and enqeue them
+                # read notified events and enqueue them
                 n.read_events()
                 n.process_events()