mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
bitbake: daemonize: Fix typo "separate"
(Bitbake rev: c93bc3849051c758fd7ca54226933172b0cb0c5d) Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d40390c74b
commit
2f1555fa7a
@@ -82,7 +82,7 @@ def createDaemon(function, logfile):
|
||||
sys.stdout = so
|
||||
|
||||
# Have stdout and stderr be the same so log output matches chronologically
|
||||
# and there aren't two seperate buffers
|
||||
# and there aren't two separate buffers
|
||||
sys.stderr = sys.stdout
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user