summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Lang <quantenkeks@gmail.com>2022-10-18 19:46:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-25 13:58:41 +0100
commitcf23612f4e8946b9ed4c9f87b451f32b8c471df2 (patch)
tree4f58c81e16d6b0dd8db7cade1ac5bc34565269e7
parent074da4c469d1f4177a1c5be72b9f3ccdfd379d67 (diff)
downloadbitbake-cf23612f4e8946b9ed4c9f87b451f32b8c471df2.tar.gz
cooker: fix a typo
Signed-off-by: Oliver Lang <quantenkeks@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 32a529f0f..1da2f0319 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()