summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShervin Oloumi <enlightened@chromium.org>2021-05-13 19:00:38 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-13 19:00:38 +0000
commit39896b6f1d37ac7a4e246a53fd2653b23041ad69 (patch)
tree0f4d08540c8e5fa16bcd0c99cd413fe815560e4b
parentdc65975ad97bee8fefca46ee5f2ceee9a5fb401d (diff)
parent486c887e90055d843a23398afa39125a613c2678 (diff)
downloadlibchrome-39896b6f1d37ac7a4e246a53fd2653b23041ad69.tar.gz
fixing a typo am: efb347c962 am: 6f365e25e9 am: 90510e2083 am: 486c887e90
Original change: https://android-review.googlesource.com/c/platform/external/libchrome/+/1706287 Change-Id: Ied617393eae17ba5659fddcab1e5cfbd79da7dcf
-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)/).*$)'),