From af1eb735918ac73088c480fad43f157fa5458c2a Mon Sep 17 00:00:00 2001 From: Stuffed <stuffedgame@gmail.com> Date: Wed, 10 May 2017 17:06:37 +0900 Subject: [PATCH] Run my 'fixSpellingMistakes' script to automatically fix common spelling mistakes --- devTools/spell_check.txt | 1 - fixSpellingMistakes | 0 2 files changed, 1 deletion(-) mode change 100644 => 100755 fixSpellingMistakes diff --git a/devTools/spell_check.txt b/devTools/spell_check.txt index 382e0999b0f..3c0098d47d6 100644 --- a/devTools/spell_check.txt +++ b/devTools/spell_check.txt @@ -3724,7 +3724,6 @@ s/\bthrid\b/third/g s/\bthrorough\b/thorough/g s/\bthroughly\b/thoroughly/g s/\bthrougout\b/throughout/g -s/\bthru\b/through/g s/\bthsi\b/this/g s/\bthsoe\b/those/g s/\bthta\b/that/g diff --git a/fixSpellingMistakes b/fixSpellingMistakes old mode 100644 new mode 100755 -- GitLab