Skip to content

Commit

Permalink
spelling: inpection
Browse files Browse the repository at this point in the history
  • Loading branch information
pbludov authored and romani committed May 25, 2019
1 parent b2cf16e commit 86c1acb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/idea_inspection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ if [[ $(grep -R "<problems" $RESULTS_DIR/ | cat | wc -l ) > 0 ]]; then
grep -Rl "<problems" $RESULTS_DIR/
exit 1;
else
echo "Inpection did not found any problems"
echo "Inspection did not found any problems"
fi
1 change: 0 additions & 1 deletion .ci/jsoref-spellchecker/whitelist.words
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ innerassignment
Innerclass
INNERR
innertypelast
Inpection
instanceof
Intelli
intellij
Expand Down
4 changes: 2 additions & 2 deletions .ci/wercker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ no-warning-imports-guava)
cd ../../
rm -rf contribution
if [ -z "$RESULT" ]; then
echo "Inpection did not find any warnings"
echo "Inspection did not find any warnings"
else
echo "$RESULT"
echo "Some warnings have been found. Verification failed."
Expand All @@ -323,7 +323,7 @@ no-warning-imports-java-design-patterns)
cd ../../
rm -rf contribution
if [ -z "$RESULT" ]; then
echo "Inpection did not find any warnings"
echo "Inspection did not find any warnings"
else
echo "$RESULT"
echo "Some warnings have been found. Verification failed."
Expand Down

0 comments on commit 86c1acb

Please sign in to comment.