server/process: Correct a typo in a comment

Message ID 20220326183953.21730-1-pkj@axis.com
State Accepted, archived
Commit b4a157b2fe2fb481ffa40e0f32659d05dd6320c2
Headers show
Series server/process: Correct a typo in a comment | expand

Commit Message

Peter Kjellerstedt March 26, 2022, 6:39 p.m. UTC
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 bitbake/lib/bb/server/process.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py
index efc3f04b4c..7c587a9110 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/lib/bb/server/process.py
@@ -556,7 +556,7 @@  def execServer(lockfd, readypipeinfd, lockname, sockname, server_timeout, xmlrpc
 
         server.run()
     finally:
-        # Flush any ,essages/errors to the logfile before exit
+        # Flush any messages/errors to the logfile before exit
         sys.stdout.flush()
         sys.stderr.flush()