소스 검색

Removing typos in the typo checker

bicobus 5 년 전
부모
커밋
01ab7a54d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      insanity.sh

+ 1 - 1
insanity.sh

@@ -28,7 +28,7 @@ $GREP -i -E "\Wa (a|e|i|o|u)." -- locations/ | grep -a -i -vE "\Wa (un|eu|us|ut|
 notice "-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-"
 $GREP -i -E "\Wan (b|c|d|f|g|j|k|l|m|n|p|q|r|s|t|v|w|x|y|z)\w+" -- locations/
 
-notice 'Checking back tags... (e.g. "<<\$var><")'
+notice 'Checking bad tags... (e.g. "<<\$var><")'
 $GREP -a -E '<<\$[^>]+><' -- locations/
 
 notice 'Checking common typos... (e.g. "recieve")'