summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShervin Oloumi <enlightened@chromium.org>2021-05-12 17:17:31 -0700
committerShervin Oloumi <enlightened@google.com>2021-05-12 17:32:49 -0700
commitefb347c9620f8b8f58e53771406a34327fd8c8e6 (patch)
tree0f4d08540c8e5fa16bcd0c99cd413fe815560e4b
parent3e993c29da3d7d6912d921a5f3098e5db13ac973 (diff)
downloadlibchrome-efb347c9620f8b8f58e53771406a34327fd8c8e6.tar.gz
Test: none Signed-off-by: Shervin Oloumi <enlightened@google.com> Change-Id: I2f645e36c1450fab6483a52770fbba68625221af
-rw-r--r--libchrome_tools/uprev/filters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libchrome_tools/uprev/filters.py b/libchrome_tools/uprev/filters.py
index 0770fbcde5..e67a030514 100644
--- a/libchrome_tools/uprev/filters.py
+++ b/libchrome_tools/uprev/filters.py
@@ -6,7 +6,7 @@
import re
-# Libchrome wants WANT but mot WANT_EXCLUDE
+# Libchrome wants WANT but not WANT_EXCLUDE
# aka files matching WANT will be copied from upstream_files
WANT = [
re.compile(rb'base/((?!(allocator|third_party)/).*$)'),