瀏覽代碼

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")'