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:
Quinten Yearsley
2020-04-13 17:49:39 +00:00
committed by LUCI CQ
parent 4f3aff5fc2
commit 925cedba7b
36 changed files with 59 additions and 58 deletions

View File

@@ -454,7 +454,7 @@ def Parse(content, filename, vars_override=None, builtin_vars=None):
"""Parses DEPS strings.
Executes the Python-like string stored in content, resulting in a Python
dictionary specifyied by the schema above. Supports syntax validation and
dictionary specified by the schema above. Supports syntax validation and
variable expansion.
Args: