Skip to content

Commit efb347c

Browse files
Shervin OloumiShervin Oloumi
Shervin Oloumi
authored and
Shervin Oloumi
committed
fixing a typo
Test: none Signed-off-by: Shervin Oloumi <[email protected]> Change-Id: I2f645e36c1450fab6483a52770fbba68625221af
1 parent 3e993c2 commit efb347c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libchrome_tools/uprev/filters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import re
88

9-
# Libchrome wants WANT but mot WANT_EXCLUDE
9+
# Libchrome wants WANT but not WANT_EXCLUDE
1010
# aka files matching WANT will be copied from upstream_files
1111
WANT = [
1212
re.compile(rb'base/((?!(allocator|third_party)/).*$)'),

0 commit comments

Comments
 (0)