mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Run spellchecker on depot_tools
This was made by running `codespell` and `scspell` and then checking the results. Change-Id: I169fd5b40294f83015075b4a899fbca263821f25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2144602 Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Auto-Submit: Quinten Yearsley <qyearsley@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
This commit is contained in:
committed by
LUCI CQ
parent
4f3aff5fc2
commit
925cedba7b
@@ -76,7 +76,7 @@ def split_footers(message):
|
||||
maybe_footer_lines = []
|
||||
footer_lines.append(line)
|
||||
else:
|
||||
# We only want to include malformed lines if they are preceeded by
|
||||
# We only want to include malformed lines if they are preceded by
|
||||
# well-formed lines. So keep them in holding until we see a well-formed
|
||||
# line (case above).
|
||||
maybe_footer_lines.append(line)
|
||||
|
||||
Reference in New Issue
Block a user