Skip to content

Commit 5ea5159

Browse files
committed
travis: Fix spelling errors
1 parent fc146cd commit 5ea5159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ matrix:
169169
find "(" -name "*.a" -or -name "*.ar" ")" -and -not -name "lib*" |
170170
tee BUILD/badlibs |
171171
sed -e "s/^/Bad library name found: /" && [ ! -s BUILD/badlibs ]
172-
# Assert that all assebler files are named correctly
172+
# Assert that all assembler files are named correctly
173173
# The strange command below asserts that there are exactly 0 libraries
174174
# that do end with .s
175175
- >

0 commit comments

Comments
 (0)