Skip to content

Commit

Permalink
Update AutoCorrect_2.0.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
BashTux1 committed Nov 8, 2020
1 parent 40b8d5a commit 92d3e44
Showing 1 changed file with 29 additions and 14 deletions.
43 changes: 29 additions & 14 deletions AutoCorrect_2.0.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1155,9 +1155,6 @@ return ; This makes the above hotstrings do nothing so that they override the i
::unperiodic::aperiodic
::apolegetics::apologetics
::appologies::apologies
::apologize::apologise
::apoligize::apologise
::appologize::apologise
::appology::apology
::apalled::appalled
::aparatus::apparatus
Expand Down Expand Up @@ -7241,7 +7238,6 @@ return ; This makes the above hotstrings do nothing so that they override the i
::stabilty::stability
::stablity::stability
::stablility::stability
::stabalizer::stabilizer
::stagnet::stagnant
::stainlees::stainless
::stallwart::stalwart
Expand Down Expand Up @@ -8502,9 +8498,11 @@ return ; This makes the above hotstrings do nothing so that they override the i


;------------------------------------------------------------------------------
; British to American corrections.
; Uncomment (remove the trailing /* and ending */) below to use this set of corrections.
; (Not yet removed any duplications in the main list nor added any common misspellings for each word)
; American English
;
; Uncomment (remove the trailing /* and ending */) below to use this list of corrections.
; Make sure you comment out (ADD trailing /* and ending */) the "British English" section.
; You should only have either British English or American English enabled, NOT both, so that no conflicts occur)
;------------------------------------------------------------------------------
/*
::acknowledgement::acknowledgment
Expand All @@ -8515,6 +8513,11 @@ return ; This makes the above hotstrings do nothing so that they override the i
::anaemia::anemia
::analogue::analog
::analyse::analyze
::apologise::apologize
::apoligize::apologize
::apoligise::apologize
::appologize::apologize
::appologise::apologize
::appal::appall
::appetiser::appetizer
::armour::armor
Expand Down Expand Up @@ -8728,6 +8731,8 @@ return ; This makes the above hotstrings do nothing so that they override the i
::sombre::somber
::spectre::specter
::splendour::splendor
::stabalizer::stabilizer
::stabaliser::stabilizer
::standardise::standardize
::sulphate::sulfate
::sulphide::sulfide
Expand All @@ -8748,18 +8753,20 @@ return ; This makes the above hotstrings do nothing so that they override the i
*/

;------------------------------------------------------------------------------
; Ambiguous entries, words as used in British / American, You decide which you want to use or omit
; Ambiguous words used in British English
;------------------------------------------------------------------------------
/*
licence (noun - British) (I've lost my driving licence.)
license (verb - British) (He is licensed to drive large trucks)
license (Used in American as noun and verb)
practice (noun - British)
practice (Used in American as noun and verb)
practise (verb - British) (I practise the piano every day)
*/

## Exceptions, these are used in both countries:
;------------------------------------------------------------------------------
; Exceptions, these are used in both countries (and will be in the main list)
;------------------------------------------------------------------------------
/*
size
capsize
prize
Expand All @@ -8771,9 +8778,10 @@ advertise


;------------------------------------------------------------------------------
; Amercian to British corrections.
; Uncomment (remove the trailing /* and ending */) below to use this set of corrections.
; (Not yet removed any duplications in the main list nor added any common misspellings for each word)
; British English (uncommented by default)
;
; If using "American English" comment out (ADD the trailing /* and ending */) below to disable this set of corrections.
; You should only have either British English or American English enabled, NOT both, so that no conflicts occur)
;------------------------------------------------------------------------------

::acknowledgment::acknowledgement
Expand All @@ -8784,6 +8792,11 @@ advertise
::analog::analogue
::analyze::analyse
::anemia::anaemia
::apologize::apologise
::apoligize::apologise
::apoligise::apologise
::appologize::apologise
::appologise::apologise
::appall::appal
::appetizer::appetiser
::armor::armour
Expand Down Expand Up @@ -8994,6 +9007,8 @@ advertise
::somber::sombre
::specter::spectre
::splendor::splendour
::stabalizer::stabiliser
::stabaliser::stabiliser
::standardize::standardise
::sulfate::sulphate
::sulfide::sulphide
Expand Down

0 comments on commit 92d3e44

Please sign in to comment.