From c9b2e7cdc5587d7cf5a655a5f38c3aa586840668 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 17 May 2023 13:11:49 +0200 Subject: [PATCH] [Diff] Fix typo in log message --- kibot/out_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/out_diff.py b/kibot/out_diff.py index 9f60bb46..0163f799 100644 --- a/kibot/out_diff.py +++ b/kibot/out_diff.py @@ -478,7 +478,7 @@ class DiffOptions(BaseOptions): run_command(cmd, just_raise=True) except CalledProcessError as e: if e.returncode == 10: - logger.error('Diff above the thresold') + logger.error('Diff above the threshold') exit(DIFF_TOO_BIG) logger.error('Running {} returned {}'.format(e.cmd, e.returncode)) if e.stdout: