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

@@ -60,7 +60,7 @@ def stop_ffmpeg(ffmpeg_process, logger):
logger.info("Waiting for ffmpeg to exit gracefully...")
ffmpeg_process.communicate(timeout=30)
except sp.TimeoutExpired:
logger.info("FFmpeg didnt exit. Force killing...")
logger.info("FFmpeg didn't exit. Force killing...")
ffmpeg_process.kill()
ffmpeg_process.communicate()
ffmpeg_process = None