aboutsummaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorPhilipp Hancke <philipp.hancke@googlemail.com>2021-08-11 12:00:27 +0200
committerWebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-08-12 18:37:10 +0000
commit0c2a9caf8fe823e8e8b23364b0f8ae37c877c516 (patch)
tree1eeebe7ef7aaac324b31409b8c40220dae51c1d6 /PRESUBMIT.py
parente0fb45c6d47f72cc42289d560cad522de132fe7e (diff)
downloadwebrtc-0c2a9caf8fe823e8e8b23364b0f8ae37c877c516.tar.gz
fix some typos
BUG=None Change-Id: If793268a5773dfab6a40bbd4ffa760f3d4cb5a46 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/228428 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34745}
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index e951936690..0591c1bab9 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -110,7 +110,7 @@ SOURCES_RE = re.compile(r'sources \+?= \[(?P<sources>.*?)\]',
DEPS_RE = re.compile(r'\bdeps \+?= \[(?P<deps>.*?)\]',
re.MULTILINE | re.DOTALL)
-# FILE_PATH_RE matchies a file path.
+# FILE_PATH_RE matches a file path.
FILE_PATH_RE = re.compile(r'"(?P<file_path>(\w|\/)+)(?P<extension>\.\w+)"')