chore: fix some typos in comments (#11028)

Signed-off-by: alongdate <alongyear@outlook.com>
This commit is contained in:
Aida Syoko
2024-04-20 19:16:43 +08:00
committed by GitHub
parent 3ca2d599d3
commit 3d612e510c
3 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ class ObjectDetectProcess:
logging.info("Waiting for detection process to exit gracefully...")
self.detect_process.join(timeout=30)
if self.detect_process.exitcode is None:
logging.info("Detection process didnt exit. Force killing...")
logging.info("Detection process didn't exit. Force killing...")
self.detect_process.kill()
self.detect_process.join()
logging.info("Detection process has exited...")