Typo fix (to large -> too large) (#932)

This commit is contained in:
Yiftach Beer 2023-02-23 17:39:41 +02:00 committed by GitHub
parent 4ebe714165
commit 7701d47b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -948,7 +948,7 @@ class ScriptInfo(object):
# make sure diff is not too big:
if len(diff) > cls.max_diff_size_bytes:
messages.append(
"======> WARNING! Git diff to large to store "
"======> WARNING! Git diff too large to store "
"({}kb), skipping uncommitted changes <======".format(len(diff)//1024))
auxiliary_git_diff = diff
diff = '# WARNING! git diff too large to store, clear this section to execute without it.\n' \