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}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
e0fb45c6d4
commit
0c2a9caf8f
@ -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+)"')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user