aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-08-27 20:41:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-01 18:56:21 +0100
commit1ff1ea3880d293b14ce0fc65e3bc4c938d587a2f (patch)
tree5627e773553391678c7549906e273b3c827fffe6 /bin
parentc2cdda0e5fc720c60d3b8537fc702cb118981bd2 (diff)
downloadbitbake-1ff1ea3880d293b14ce0fc65e3bc4c938d587a2f.tar.gz
cooker/process: Fix typos in exiting message
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake-worker2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake-worker b/bin/bitbake-worker
index 7765b9368..7d982f90b 100755
--- a/bin/bitbake-worker
+++ b/bin/bitbake-worker
@@ -517,5 +517,5 @@ except BaseException as e:
worker_thread_exit = True
worker_thread.join()
-workerlog_write("exitting")
+workerlog_write("exiting")
sys.exit(0)