Fix the misspelling of "except"

Change-Id: I093384804c378674d24e31ba4cd6ce63d2bc5795
This commit is contained in:
lijunjie 2019-01-04 18:09:43 +08:00
parent 8233e63e95
commit 2f50448f7e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ all::
(cd $$d; $(MAKE) && $(MAKE) promote);\
done
# scrub everything away execpt source
# scrub everything away except source
nuke::
for d in $(sub_dirs);\
do\