travis: Fix spelling errors

pull/13349/head
Jaeden Amero 2020-07-24 15:29:18 +01:00
parent fc146cd641
commit 5ea51596ac
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ matrix:
find "(" -name "*.a" -or -name "*.ar" ")" -and -not -name "lib*" |
tee BUILD/badlibs |
sed -e "s/^/Bad library name found: /" && [ ! -s BUILD/badlibs ]
# Assert that all assebler files are named correctly
# Assert that all assembler files are named correctly
# The strange command below asserts that there are exactly 0 libraries
# that do end with .s
- >