Commit 578e116e authored by JenTing Hsiao's avatar JenTing Hsiao Committed by Brad Davidson

Fix typo

parent 57041f02
...@@ -7,6 +7,6 @@ codespell --skip=.git,./vendor --check-filenames --ignore-words-list=ba ...@@ -7,6 +7,6 @@ codespell --skip=.git,./vendor --check-filenames --ignore-words-list=ba
code=$? code=$?
if [ $code -ne 0 ]; then if [ $code -ne 0 ]; then
echo "Error: codespell found one or moe problems!" echo "Error: codespell found one or more problems!"
exit $code exit $code
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment