fix(ci): Don't fail codegen checks

This commit is contained in:
Ed Page 2021-06-28 13:26:41 -05:00
parent 4066d21790
commit 83b2804623
4 changed files with 6001 additions and 5997 deletions

View file

@ -19,7 +19,7 @@ schedules:
include:
- master
variables:
minrust: 1.49.0
minrust: 1.53.0
codecov_token: $(CODECOV_TOKEN_SECRET)
windows_vm: vs2017-win2016
mac_vm: macos-10.14
@ -184,6 +184,10 @@ stages:
vmImage: ${{ variables.linux_vm }}
steps:
- template: install-rust.yml@templates
parameters:
rust: ${{ variables.minrust }}
components:
- rustfmt
- script: |
cargo run --package typos-dict-codegen -- --output crates/typos-dict/src/dict_codegen.rs --check
displayName: Verify typos-dict

View file

@ -1013,7 +1013,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("airator", &["aerator"]),
("airbourne", &["airborne"]),
("aircaft", &["aircraft"]),
("aircrafts\'", &["aircraft\'s"]),
("aircrafts'", &["aircraft's"]),
("aircrafts", &["aircraft"]),
("airfow", &["airflow"]),
("airial", &["aerial", "arial"]),
@ -2318,14 +2318,14 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("arcitectures", &["architectures"]),
("arcticle", &["article"]),
("Ardiuno", &["Arduino"]),
("are\'nt", &["aren\'t"]),
("are'nt", &["aren't"]),
("aready", &["already"]),
("areea", &["area"]),
("aren\'s", &["aren\'t"]),
("aren;t", &["aren\'t"]),
("arent\'", &["aren\'t"]),
("arent", &["aren\'t"]),
("arent;", &["aren\'t"]),
("aren's", &["aren't"]),
("aren;t", &["aren't"]),
("arent'", &["aren't"]),
("arent", &["aren't"]),
("arent;", &["aren't"]),
("areodynamics", &["aerodynamics"]),
("argement", &["argument"]),
("argements", &["arguments"]),
@ -2381,8 +2381,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("armamant", &["armament"]),
("armistace", &["armistice"]),
("armonic", &["harmonic"]),
("arn\'t", &["aren\'t"]),
("arne\'t", &["aren\'t"]),
("arn't", &["aren't"]),
("arne't", &["aren't"]),
("arogant", &["arrogant"]),
("arogent", &["arrogant"]),
("aronud", &["around"]),
@ -4481,7 +4481,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("campaing", &["campaign"]),
("campains", &["campaigns"]),
("camparing", &["comparing"]),
("can;t", &["can\'t"]),
("can;t", &["can't"]),
("canadan", &["canadian"]),
("canbe", &["can be"]),
("cancelability", &["cancellability"]),
@ -4505,7 +4505,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("canged", &["changed"]),
("canidate", &["candidate"]),
("canidates", &["candidates"]),
("cann\'t", &["can\'t"]),
("cann't", &["can't"]),
("cann", &["can"]),
("cannister", &["canister"]),
("cannisters", &["canisters"]),
@ -4524,8 +4524,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("canonicalizations", &["canonicalization"]),
("canonival", &["canonical"]),
("canot", &["cannot"]),
("cant\'", &["can\'t"]),
("cant;", &["can\'t"]),
("cant'", &["can't"]),
("cant;", &["can't"]),
("canvase", &["canvas"]),
("caost", &["coast"]),
("capabable", &["capable"]),
@ -5060,7 +5060,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("childlren", &["children"]),
("childrens", &["children"]),
("childres", &["children"]),
("childs", &["children", "child\'s"]),
("childs", &["children", "child's"]),
("chiled", &["child", "chilled"]),
("chiledren", &["children"]),
("chilren", &["children"]),
@ -5292,7 +5292,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("cleck", &["check"]),
("cleean", &["clean"]),
("cleff", &["clef"]),
("cleint\'s", &["client\'s"]),
("cleint's", &["client's"]),
("cleint", &["client"]),
("cleints", &["clients"]),
("cler", &["clear"]),
@ -5362,8 +5362,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("cmoputers", &["computers"]),
("cna", &["can"]),
("cnannel", &["channel"]),
("cnat\'", &["can\'t"]),
("cnat", &["can\'t"]),
("cnat'", &["can't"]),
("cnat", &["can't"]),
("cnfiguration", &["configuration"]),
("cnfigure", &["configure"]),
("cnfigured", &["configured"]),
@ -7569,16 +7569,16 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("coucil", &["council"]),
("coud", &["could"]),
("coudl", &["could", "cloud"]),
("coudn\'t", &["couldn\'t"]),
("coudnt", &["couldn\'t"]),
("coudn't", &["couldn't"]),
("coudnt", &["couldn't"]),
("coul", &["could"]),
("could\'nt", &["couldn\'t"]),
("could\'t", &["couldn\'t"]),
("couldn;t", &["couldn\'t"]),
("couldnt\'", &["couldn\'t"]),
("couldnt", &["couldn\'t"]),
("couldnt;", &["couldn\'t"]),
("couln\'t", &["couldn\'t"]),
("could'nt", &["couldn't"]),
("could't", &["couldn't"]),
("couldn;t", &["couldn't"]),
("couldnt'", &["couldn't"]),
("couldnt", &["couldn't"]),
("couldnt;", &["couldn't"]),
("couln't", &["couldn't"]),
("couloumb", &["coulomb"]),
("coult", &["could"]),
("coummunities", &["communities"]),
@ -7607,14 +7607,14 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("counterpar", &["counterpart"]),
("counterpoart", &["counterpart"]),
("counterpoarts", &["counterparts"]),
("countie\'s", &["counties", "counties\'", "county\'s"]),
("countie's", &["counties", "counties'", "county's"]),
("countinue", &["continue"]),
("countinueq", &["continueq", "continue"]),
("countires", &["countries", "counties"]),
("countour", &["contour", "counter"]),
("countours", &["contours", "counters"]),
("countr", &["counter", "contour", "country", "county"]),
("countrie\'s", &["countries", "countries\'", "country\'s"]),
("countrie's", &["countries", "countries'", "country's"]),
("countrs", &["counters", "contours", "countries"]),
("cource", &["course", "coerce", "source"]),
("coururier", &["courier", "couturier"]),
@ -7633,7 +7633,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("coutner", &["counter"]),
("coutners", &["counters"]),
("couuld", &["could"]),
("couuldn\'t", &["couldn\'t"]),
("couuldn't", &["couldn't"]),
("covarage", &["coverage"]),
("covarages", &["coverages"]),
("covarege", &["coverage"]),
@ -7826,7 +7826,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("curernt", &["current"]),
("curerntly", &["currently"]),
("curiousities", &["curiosities"]),
("curiousity\'s", &["curiosity\'s"]),
("curiousity's", &["curiosity's"]),
("curiousity", &["curiosity"]),
("curnilinear", &["curvilinear"]),
("currect", &["correct", "current"]),
@ -8147,7 +8147,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("debgug", &["debug"]),
("debguging", &["debugging"]),
("debiab", &["Debian"]),
("debians", &["Debian\'s"]),
("debians", &["Debian's"]),
("debloking", &["deblocking"]),
("debth", &["depth"]),
("debths", &["depths"]),
@ -8698,7 +8698,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("deocding", &["decoding"]),
("deocdings", &["decodings"]),
("deoes", &["does"]),
("deoesn\'t", &["doesn\'t"]),
("deoesn't", &["doesn't"]),
("deompression", &["decompression"]),
("depandance", &["dependence"]),
("depandancies", &["dependencies"]),
@ -9074,7 +9074,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("deslects", &["deselects"]),
("desltop", &["desktop"]),
("desltops", &["desktops"]),
("desn\'t", &["doesn\'t"]),
("desn't", &["doesn't"]),
("desne", &["dense"]),
("desnse", &["dense"]),
("desogn", &["design"]),
@ -9305,7 +9305,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("devleoppers", &["developers"]),
("devlop", &["develop"]),
("devloped", &["developed"]),
("devloper\'s", &["developer\'s"]),
("devloper's", &["developer's"]),
("devloper", &["developer"]),
("devlopers", &["developers"]),
("devloping", &["developing"]),
@ -9412,13 +9412,13 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("dictonary", &["dictionary"]),
("dicussed", &["discussed"]),
("dicussions", &["discussions"]),
("did\'nt", &["didn\'t"]),
("did'nt", &["didn't"]),
("didi", &["did"]),
("didn;t", &["didn\'t"]),
("didnt\'", &["didn\'t"]),
("didnt\'t", &["didn\'t"]),
("didnt", &["didn\'t"]),
("didnt;", &["didn\'t"]),
("didn;t", &["didn't"]),
("didnt'", &["didn't"]),
("didnt't", &["didn't"]),
("didnt", &["didn't"]),
("didnt;", &["didn't"]),
("diea", &["idea", "die"]),
("dieing", &["dying", "dyeing"]),
("dielectirc", &["dielectric"]),
@ -9833,7 +9833,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("discribing", &["describing"]),
("discription", &["description"]),
("discriptions", &["descriptions"]),
("discriptor\'s", &["descriptor\'s"]),
("discriptor's", &["descriptor's"]),
("disctinction", &["distinction"]),
("disctinctive", &["distinctive"]),
("disctinguish", &["distinguish"]),
@ -10203,7 +10203,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("dloating", &["floating"]),
("dnamically", &["dynamically"]),
("dne", &["done"]),
("do\'nt", &["don\'t"]),
("do'nt", &["don't"]),
("doalog", &["dialog"]),
("doamin", &["domain", "dopamine"]),
("doamine", &["dopamine", "domain"]),
@ -10267,30 +10267,30 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("documument", &["document"]),
("docunment", &["document"]),
("doed", &["does"]),
("doen\'t", &["doesn\'t"]),
("doen't", &["doesn't"]),
("doen", &["done"]),
("doens\'t", &["doesn\'t"]),
("doens't", &["doesn't"]),
("doens", &["does"]),
("doensn\'t", &["doesn\'t"]),
("does\'nt", &["doesn\'t"]),
("does\'t", &["doesn\'t"]),
("doese\'t", &["doesn\'t"]),
("doensn't", &["doesn't"]),
("does'nt", &["doesn't"]),
("does't", &["doesn't"]),
("doese't", &["doesn't"]),
("doese", &["does"]),
("doesen\'t", &["doesn\'t"]),
("doesent\'", &["doesn\'t"]),
("doesent", &["doesn\'t"]),
("doesen't", &["doesn't"]),
("doesent'", &["doesn't"]),
("doesent", &["doesn't"]),
("doesing", &["doing", "does", "does in", "dosing", "dozing"]),
("doesits", &["does its"]),
("doesn\'", &["doesn\'t"]),
("doesn;t", &["doesn\'t"]),
("doesnexist", &["doesn\'t exist"]),
("doesnot", &["doesn\'t", "does not"]),
("doesnt\'", &["doesn\'t"]),
("doesnt\'t", &["doesn\'t"]),
("doesnt", &["doesn\'t", "does not"]),
("doesnt;", &["doesn\'t"]),
("doesn'", &["doesn't"]),
("doesn;t", &["doesn't"]),
("doesnexist", &["doesn't exist"]),
("doesnot", &["doesn't", "does not"]),
("doesnt'", &["doesn't"]),
("doesnt't", &["doesn't"]),
("doesnt", &["doesn't", "does not"]),
("doesnt;", &["doesn't"]),
("doess", &["does"]),
("doestn\'t", &["doesn\'t"]),
("doestn't", &["doesn't"]),
("doign", &["doing"]),
("doiing", &["doing"]),
("doiuble", &["double"]),
@ -10328,8 +10328,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("donig", &["doing"]),
("donn", &["done", "don"]),
("donnot", &["do not"]),
("dont\'", &["don\'t"]),
("dont\'t", &["don\'t"]),
("dont'", &["don't"]),
("dont't", &["don't"]),
("donwload", &["download"]),
("donwloaded", &["downloaded"]),
("donwloading", &["downloading"]),
@ -10343,16 +10343,16 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("dordered", &["ordered"]),
("dorment", &["dormant"]),
("dorp", &["drop"]),
("dosen\'t", &["doesn\'t"]),
("dosen't", &["doesn't"]),
("dosen", &["dozen", "dose", "doesn"]),
("dosen;t", &["doesn\'t"]),
("dosen;t", &["doesn't"]),
("dosens", &["dozens"]),
("dosent\'", &["doesn\'t"]),
("dosent", &["doesn\'t"]),
("dosent;", &["doesn\'t"]),
("dosn\'t", &["doesn\'t"]),
("dosn;t", &["doesn\'t"]),
("dosnt", &["doesn\'t"]),
("dosent'", &["doesn't"]),
("dosent", &["doesn't"]),
("dosent;", &["doesn't"]),
("dosn't", &["doesn't"]),
("dosn;t", &["doesn't"]),
("dosnt", &["doesn't"]),
("dosposing", &["disposing"]),
("dosument", &["document"]),
("dosuments", &["documents"]),
@ -11520,7 +11520,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("everthing", &["everything"]),
("evertything", &["everything"]),
("everwhere", &["everywhere"]),
("everybodies", &["everybody", "everybody\'s"]),
("everybodies", &["everybody", "everybody's"]),
("everyhing", &["everything"]),
("everythig", &["everything"]),
("everythign", &["everything"]),
@ -12244,7 +12244,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("experessed", &["expressed"]),
("experesses", &["expresses"]),
("experessing", &["expressing"]),
("experession\'s", &["expression\'s"]),
("experession's", &["expression's"]),
("experession", &["expression"]),
("experessions", &["expressions"]),
("experiance", &["experience"]),
@ -13900,8 +13900,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("gaurentee", &["guarantee"]),
("gaurenteed", &["guaranteed"]),
("gaurentees", &["guarantees"]),
("gaus\'", &["Gauss\'"]),
("gaus\'s", &["Gauss\'"]),
("gaus'", &["Gauss'"]),
("gaus's", &["Gauss'"]),
("gaus", &["Gauss", "gauze"]),
("gausian", &["Gaussian"]),
("geenrate", &["generate"]),
@ -14043,7 +14043,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("gerneric", &["generic"]),
("gernerics", &["generics"]),
("gess", &["guess"]),
("get\'s", &["gets"]),
("get's", &["gets"]),
("get;s", &["gets"]),
("getfastproperyvalue", &["getfastpropertyvalue"]),
("getimezone", &["gettimezone"]),
@ -14080,7 +14080,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("gitatributes", &["gitattributes"]),
("gived", &["given", "gave"]),
("giveing", &["giving"]),
("givem", &["given", "give them", "give \'em"]),
("givem", &["given", "give them", "give 'em"]),
("givveing", &["giving"]),
("givven", &["given"]),
("givving", &["giving"]),
@ -14334,10 +14334,10 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("guarunteing", &["guaranteeing"]),
("guaruntes", &["guarantees"]),
("guarunty", &["guaranty"]),
("guas\'", &["Gauss\'"]),
("guas\'s", &["Gauss\'"]),
("guas'", &["Gauss'"]),
("guas's", &["Gauss'"]),
("guas", &["Gauss"]),
("guass\'", &["Gauss\'"]),
("guass'", &["Gauss'"]),
("guass", &["Gauss"]),
("guassian", &["Gaussian"]),
("Guatamala", &["Guatemala"]),
@ -14384,7 +14384,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("halarious", &["hilarious"]),
("hald", &["held"]),
("halfs", &["halves"]),
("Hallowean", &["Hallowe\'en", "Halloween"]),
("Hallowean", &["Hallowe'en", "Halloween"]),
("halp", &["help"]),
("halpoints", &["halfpoints"]),
("hammmer", &["hammer"]),
@ -14503,33 +14503,33 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("harth", &["hearth"]),
("harware", &["hardware"]),
("harwdare", &["hardware"]),
("has\'nt", &["hasn\'t"]),
("has'nt", &["hasn't"]),
("hases", &["hashes"]),
("hashi", &["hash"]),
("hashreference", &["hash reference"]),
("hashs", &["hashes"]),
("hashses", &["hashes"]),
("hask", &["hash"]),
("hasn;t", &["hasn\'t"]),
("hasnt\'", &["hasn\'t"]),
("hasnt", &["hasn\'t"]),
("hasn;t", &["hasn't"]),
("hasnt'", &["hasn't"]),
("hasnt", &["hasn't"]),
("hass", &["hash"]),
("Hatian", &["Haitian"]),
("hauty", &["haughty"]),
("hav", &["have", "half"]),
("hava", &["have", "have a"]),
("have\'nt", &["haven\'t"]),
("have'nt", &["haven't"]),
("havea", &["have", "have a"]),
("havee", &["have", "have a"]),
("haveing", &["having"]),
("haven;t", &["haven\'t"]),
("havent\'", &["haven\'t"]),
("havent\'t", &["haven\'t"]),
("havent", &["haven\'t"]),
("haven;t", &["haven't"]),
("havent'", &["haven't"]),
("havent't", &["haven't"]),
("havent", &["haven't"]),
("havew", &["have"]),
("haviest", &["heaviest"]),
("havn\'t", &["haven\'t"]),
("havnt", &["haven\'t"]),
("havn't", &["haven't"]),
("havnt", &["haven't"]),
("haynus", &["heinous"]),
("hazzle", &["hassle"]),
("hda", &["had"]),
@ -14790,9 +14790,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("hsi", &["his"]),
("hsitorians", &["historians"]),
("hsotname", &["hostname"]),
("hsould\'nt", &["shouldn\'t"]),
("hsould'nt", &["shouldn't"]),
("hsould", &["should"]),
("hsouldn\'t", &["shouldn\'t"]),
("hsouldn't", &["shouldn't"]),
("hstory", &["history"]),
("htacccess", &["htaccess"]),
("hte", &["the"]),
@ -14872,8 +14872,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("hypvervisors", &["hypervisors"]),
("hypvisor", &["hypervisor"]),
("hypvisors", &["hypervisors"]),
("I\'sd", &["I\'d"]),
("i;ll", &["I\'ll"]),
("I'sd", &["I'd"]),
("i;ll", &["I'll"]),
("iamge", &["image"]),
("ibrary", &["library"]),
("icesickle", &["icicle"]),
@ -16091,7 +16091,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("inreractive", &["interactive"]),
("inrerface", &["interface"]),
("inro", &["into"]),
("ins\'t", &["isn\'t"]),
("ins't", &["isn't"]),
("insallation", &["installation"]),
("insalled", &["installed"]),
("insance", &["instance", "insane"]),
@ -16396,7 +16396,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("interfernce", &["interference"]),
("interferred", &["interfered"]),
("interferring", &["interfering"]),
("interger\'s", &["integer\'s"]),
("interger's", &["integer's"]),
("interger", &["integer"]),
("intergerated", &["integrated"]),
("intergers", &["integers"]),
@ -16723,7 +16723,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("irresistable", &["irresistible"]),
("irresistably", &["irresistibly"]),
("irreversable", &["irreversible"]),
("is\'nt", &["isn\'t"]),
("is'nt", &["isn't"]),
("isconnection", &["isconnected"]),
("iscrated", &["iscreated"]),
("iself", &["itself"]),
@ -16732,11 +16732,11 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("isimilar", &["similar"]),
("isloation", &["isolation"]),
("ismas", &["isthmus"]),
("isn;t", &["isn\'t"]),
("isn;t", &["isn't"]),
("isnpiron", &["inspiron"]),
("isnt\'", &["isn\'t"]),
("isnt", &["isn\'t"]),
("isnt;", &["isn\'t"]),
("isnt'", &["isn't"]),
("isnt", &["isn't"]),
("isnt;", &["isn't"]),
("isntallation", &["installation"]),
("isntallations", &["installations"]),
("isntance", &["instance"]),
@ -16748,7 +16748,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("isssued", &["issued"]),
("isssues", &["issues"]),
("issueing", &["issuing"]),
("ist", &["is", "it", "its", "it\'s", "sit", "list"]),
("ist", &["is", "it", "its", "it's", "sit", "list"]),
("istalling", &["installing"]),
("istance", &["instance"]),
("istead", &["instead"]),
@ -18374,7 +18374,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("moduile", &["module"]),
("modukles", &["modules"]),
("modul", &["module"]),
("modules\'s", &["modules\'"]),
("modules's", &["modules'"]),
("modulie", &["module"]),
("modulu", &["modulo"]),
("modulues", &["modules"]),
@ -18586,7 +18586,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("muscial", &["musical"]),
("muscician", &["musician"]),
("muscicians", &["musicians"]),
("musn\'t", &["mustn\'t"]),
("musn't", &["mustn't"]),
("mustator", &["mutator"]),
("muste", &["must"]),
("mutablity", &["mutability"]),
@ -18746,7 +18746,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("neeedle", &["needle"]),
("neeedles", &["needles", "needless"]),
("neeedless", &["needless", "needles"]),
("neeedn\'t", &["needn\'t"]),
("neeedn't", &["needn't"]),
("neeeds", &["needs"]),
("nees", &["needs"]),
("neesd", &["needs"]),
@ -19467,7 +19467,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("nuturing", &["nurturing"]),
("nwe", &["new"]),
("nwo", &["now"]),
("o\'caml", &["OCaml"]),
("o'caml", &["OCaml"]),
("obay", &["obey"]),
("obect", &["object"]),
("obediance", &["obedience"]),
@ -19586,7 +19586,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("occurrance", &["occurrence"]),
("occurrances", &["occurrences"]),
("occurrs", &["occurs"]),
("oclock", &["o\'clock"]),
("oclock", &["o'clock"]),
("ocntext", &["context"]),
("ocorrence", &["occurrence"]),
("ocorrences", &["occurrences"]),
@ -20315,7 +20315,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("packge", &["package"]),
("packged", &["packaged"]),
("packgement", &["packaging"]),
("packges\'", &["packages\'"]),
("packges'", &["packages'"]),
("packges", &["packages"]),
("packhage", &["package"]),
("packhages", &["packages"]),
@ -22066,7 +22066,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("prohibting", &["prohibiting"]),
("prohibts", &["prohibits"]),
("proirity", &["priority"]),
("projct\'s", &["project\'s"]),
("projct's", &["project's"]),
("projct", &["project"]),
("projction", &["projection"]),
("projctions", &["projections"]),
@ -23729,9 +23729,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("rende", &["render", "rend"]),
("renderadble", &["renderable"]),
("rendereing", &["rendering"]),
("rendererers", &["renderers", "renderer\'s"]),
("rendererers", &["renderers", "renderer's"]),
("renderering", &["rendering"]),
("renderes", &["renders", "renderers", "renderer\'s"]),
("renderes", &["renders", "renderers", "renderer's"]),
("renderning", &["rendering"]),
("renderr", &["render"]),
("renderring", &["rendering"]),
@ -24414,7 +24414,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("responsability", &["responsibility"]),
("responsable", &["responsible"]),
("responsed", &["responded", "responses"]),
("responser\'s", &["responder\'s"]),
("responser's", &["responder's"]),
("responser", &["responder"]),
("responsers", &["responders"]),
("responsess", &["responses"]),
@ -25058,7 +25058,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("scholarhip", &["scholarship"]),
("scholarhips", &["scholarships"]),
("scholarstic", &["scholastic", "scholarly"]),
("scholdn\'t", &["shouldn\'t"]),
("scholdn't", &["shouldn't"]),
("schould", &["should"]),
("scientfic", &["scientific"]),
("scientfically", &["scientifically"]),
@ -25687,9 +25687,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("shoing", &["showing"]),
("shold", &["should", "hold", "sold"]),
("sholder", &["shoulder"]),
("sholdn\'t", &["shouldn\'t"]),
("sholdn't", &["shouldn't"]),
("sholuld", &["should"]),
("sholuldn\'t", &["shouldn\'t"]),
("sholuldn't", &["shouldn't"]),
("shopkeeepers", &["shopkeepers"]),
("shorcuts", &["shortcuts"]),
("shorly", &["shortly"]),
@ -25711,21 +25711,21 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("shoudl", &["should"]),
("shoudld", &["should"]),
("shoudle", &["should"]),
("shoudln\'t", &["shouldn\'t"]),
("shoudln", &["should", "shouldn\'t"]),
("shoudlnt", &["shouldn\'t"]),
("shoudn\'t", &["shouldn\'t"]),
("shoudln't", &["shouldn't"]),
("shoudln", &["should", "shouldn't"]),
("shoudlnt", &["shouldn't"]),
("shoudn't", &["shouldn't"]),
("shoudn", &["shouldn"]),
("shoudt", &["should", "shouldn\'t"]),
("should\'nt", &["shouldn\'t"]),
("should\'t", &["shouldn\'t"]),
("shoudt", &["should", "shouldn't"]),
("should'nt", &["shouldn't"]),
("should't", &["shouldn't"]),
("shouldbe", &["should", "should be"]),
("shouldn;t", &["shouldn\'t"]),
("shouldnt\'", &["shouldn\'t"]),
("shouldnt", &["shouldn\'t"]),
("shouldnt;", &["shouldn\'t"]),
("shouldn;t", &["shouldn't"]),
("shouldnt'", &["shouldn't"]),
("shouldnt", &["shouldn't"]),
("shouldnt;", &["shouldn't"]),
("shoule", &["should"]),
("shouln\'t", &["shouldn\'t"]),
("shouln't", &["shouldn't"]),
("shouls", &["should"]),
("shoult", &["should"]),
("shouod", &["should"]),
@ -26215,9 +26215,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("soucres", &["sources"]),
("soudn", &["sound"]),
("soudns", &["sounds"]),
("sould\'nt", &["shouldn\'t"]),
("sould'nt", &["shouldn't"]),
("sould", &["could", "should", "sold"]),
("souldn\'t", &["shouldn\'t"]),
("souldn't", &["shouldn't"]),
("soundard", &["soundcard"]),
("sountrack", &["soundtrack"]),
("sourcd", &["sourced", "source"]),
@ -26775,7 +26775,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("staition", &["station"]),
("staitions", &["stations"]),
("stalagtite", &["stalactite"]),
("stamement\'s", &["statement\'s", "statements", "statement"]),
("stamement's", &["statement's", "statements", "statement"]),
("standalown", &["standalone", "stand-alone"]),
("standar", &["standard"]),
("standarad", &["standard"]),
@ -28289,12 +28289,12 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("thansparent", &["transparent"]),
("thant", &["than"]),
("thare", &["there"]),
("thast", &["that", "that\'s"]),
("that;s", &["that\'s"]),
("thast", &["that", "that's"]),
("that;s", &["that's"]),
("thatn", &["that", "than"]),
("thats\'", &["that\'s"]),
("thats", &["that\'s"]),
("thats;", &["that\'s"]),
("thats'", &["that's"]),
("thats", &["that's"]),
("thats;", &["that's"]),
("thay", &["they"]),
("thck", &["thick"]),
("theard", &["thread"]),
@ -28310,9 +28310,9 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("thei", &["their", "they"]),
("theif", &["thief"]),
("theifs", &["thieves"]),
("theire", &["their", "they\'re"]),
("theire", &["their", "they're"]),
("theis", &["this", "thesis"]),
("theiv", &["thief", "they\'ve"]),
("theiv", &["thief", "they've"]),
("theive", &["thief"]),
("theives", &["thieves"]),
("themplate", &["template"]),
@ -28338,7 +28338,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("therem", &["there", "theorem"]),
("thereom", &["theorem"]),
("thererin", &["therein"]),
("theres", &["there\'s"]),
("theres", &["there's"]),
("therfore", &["therefore"]),
("theri", &["their", "there"]),
("thermisor", &["thermistor"]),
@ -28357,8 +28357,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("thev", &["the"]),
("theves", &["thieves"]),
("thex", &["the", "then"]),
("theyr", &["their", "there", "they\'re"]),
("theyre", &["they\'re", "their", "there"]),
("theyr", &["their", "there", "they're"]),
("theyre", &["they're", "their", "there"]),
("thgat", &["that"]),
("thge", &["the"]),
("thi", &["the", "this"]),
@ -28389,7 +28389,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("thinn", &["thin"]),
("thirs", &["third", "thirst"]),
("thirtyth", &["thirtieth"]),
("this\'d", &["this would"]),
("this'd", &["this would"]),
("thise", &["these", "this"]),
("thisle", &["thistle"]),
("thist", &["this"]),
@ -30686,8 +30686,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("wakeus", &["wakeups", "wake us", "walrus"]),
("wakup", &["wakeup"]),
("wallthickness", &["wall thickness"]),
("wan\'t", &["want", "wasn\'t"]),
("wan;t", &["want", "wasn\'t"]),
("wan't", &["want", "wasn't"]),
("wan;t", &["want", "wasn't"]),
("want;s", &["wants"]),
("wantto", &["want to"]),
("wappers", &["wrappers"]),
@ -30727,14 +30727,14 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("warniongs", &["warnings"]),
("warrent", &["warrant"]),
("warrriors", &["warriors"]),
("was\'nt", &["wasn\'t"]),
("was\'t", &["wasn\'t"]),
("was;t", &["wasn\'t"]),
("wasn", &["wasn\'t", "was"]),
("wasn;t", &["wasn\'t"]),
("wasnt\'", &["wasn\'t"]),
("wasnt", &["wasn\'t"]),
("wasnt;", &["wasn\'t"]),
("was'nt", &["wasn't"]),
("was't", &["wasn't"]),
("was;t", &["wasn't"]),
("wasn", &["wasn't", "was"]),
("wasn;t", &["wasn't"]),
("wasnt'", &["wasn't"]),
("wasnt", &["wasn't"]),
("wasnt;", &["wasn't"]),
("wass", &["was"]),
("watchdong", &["watchdog"]),
("watchog", &["watchdog"]),
@ -30773,11 +30773,11 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("wendesday", &["Wednesday"]),
("wendsay", &["Wednesday"]),
("wensday", &["Wednesday"]),
("were\'nt", &["weren\'t"]),
("were'nt", &["weren't"]),
("wereabouts", &["whereabouts"]),
("wereas", &["whereas"]),
("weree", &["were"]),
("werent", &["weren\'t"]),
("werent", &["weren't"]),
("werever", &["wherever"]),
("wery", &["very", "wary", "weary"]),
("wether", &["weather", "whether"]),
@ -30812,8 +30812,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("whheel", &["wheel"]),
("whic", &["which"]),
("whicg", &["which"]),
("which;s", &["which\'s"]),
("whichs", &["which\'s"]),
("which;s", &["which's"]),
("whichs", &["which's"]),
("whicht", &["which"]),
("whihc", &["which"]),
("whihch", &["which"]),
@ -30850,7 +30850,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("wholey", &["wholly"]),
("wholy", &["wholly", "holy"]),
("whoose", &["whose"]),
("whos", &["whose", "who\'s"]),
("whos", &["whose", "who's"]),
("whould", &["would"]),
("whta", &["what"]),
("whther", &["whether"]),
@ -30993,11 +30993,11 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("wolrdly", &["worldly"]),
("wolrdwide", &["worldwide"]),
("wolwide", &["worldwide"]),
("womens", &["women\'s", "women"]),
("won;t", &["won\'t"]),
("womens", &["women's", "women"]),
("won;t", &["won't"]),
("wonderfull", &["wonderful"]),
("wonderig", &["wondering"]),
("wont\'t", &["won\'t"]),
("wont't", &["won't"]),
("woraround", &["workaround"]),
("worarounds", &["workarounds"]),
("worbench", &["workbench"]),
@ -31068,13 +31068,13 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("wothout", &["without"]),
("woud", &["would"]),
("woudl", &["would"]),
("woudn\'t", &["wouldn\'t"]),
("would\'nt", &["wouldn\'t"]),
("would\'t", &["wouldn\'t"]),
("wouldn;t", &["wouldn\'t"]),
("wouldnt\'", &["wouldn\'t"]),
("wouldnt", &["wouldn\'t"]),
("wouldnt;", &["wouldn\'t"]),
("woudn't", &["wouldn't"]),
("would'nt", &["wouldn't"]),
("would't", &["wouldn't"]),
("wouldn;t", &["wouldn't"]),
("wouldnt'", &["wouldn't"]),
("wouldnt", &["wouldn't"]),
("wouldnt;", &["wouldn't"]),
("wounderful", &["wonderful"]),
("wouold", &["would"]),
("wouuld", &["would"]),
@ -31167,8 +31167,8 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("ymbols", &["symbols"]),
("yotube", &["youtube"]),
("youn", &["your", "you", "young"]),
("youre", &["your", "you\'re"]),
("yourr", &["your", "you\'re"]),
("youre", &["your", "you're"]),
("yourr", &["your", "you're"]),
("yourselfe", &["yourself", "yourselves"]),
("yourselfes", &["yourselves"]),
("yourselv", &["yourself", "yourselves"]),

File diff suppressed because it is too large Load diff

View file

@ -210,7 +210,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("airbourne", &["airborne"]),
("aircaft", &["aircraft"]),
("aircrafts", &["aircraft"]),
("aircrafts\'", &["aircraft\'s"]),
("aircrafts'", &["aircraft's"]),
("airporta", &["airports"]),
("airrcraft", &["aircraft"]),
("aisian", &["asian"]),
@ -1084,7 +1084,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("counries", &["countries"]),
("countains", &["contains"]),
("countires", &["countries"]),
("countrie\'s", &["countries", "countries\'", "country\'s"]),
("countrie's", &["countries", "countries'", "country's"]),
("coururier", &["courier", "couturier"]),
("coverted", &["converted", "covered", "coveted"]),
("cpoy", &["coy", "copy"]),
@ -1244,7 +1244,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("dicovery", &["discovery"]),
("dictionarys", &["dictionaries"]),
("dicussed", &["discussed"]),
("didnt", &["didn\'t"]),
("didnt", &["didn't"]),
("diea", &["idea", "die"]),
("dieing", &["dying", "dyeing"]),
("dieties", &["deities"]),
@ -1343,13 +1343,13 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("doctines", &["doctrines"]),
("documenatry", &["documentary"]),
("doens", &["does"]),
("doesnt", &["doesn\'t"]),
("doesnt", &["doesn't"]),
("doign", &["doing"]),
("dominaton", &["domination"]),
("dominent", &["dominant"]),
("dominiant", &["dominant"]),
("donig", &["doing"]),
("dosen\'t", &["doesn\'t"]),
("dosen't", &["doesn't"]),
("doub", &["doubt", "daub"]),
("doulbe", &["double"]),
("dowloads", &["downloads"]),
@ -1838,7 +1838,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("haemorrage", &["haemorrhage"]),
("haev", &["have", "heave"]),
("halarious", &["hilarious"]),
("Hallowean", &["Hallowe\'en", "Halloween"]),
("Hallowean", &["Hallowe'en", "Halloween"]),
("halp", &["help"]),
("hapen", &["happen"]),
("hapened", &["happened"]),
@ -1862,7 +1862,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("harrassing", &["harassing"]),
("harrassment", &["harassment"]),
("harrassments", &["harassments"]),
("hasnt", &["hasn\'t"]),
("hasnt", &["hasn't"]),
("Hatian", &["Haitian"]),
("haviest", &["heaviest"]),
("headquarer", &["headquarter"]),
@ -2192,7 +2192,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("irreplacable", &["irreplaceable"]),
("irresistable", &["irresistible"]),
("irresistably", &["irresistibly"]),
("isnt", &["isn\'t"]),
("isnt", &["isn't"]),
("Israelies", &["Israelis"]),
("issueing", &["issuing"]),
("itnroduced", &["introduced"]),
@ -3531,7 +3531,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("shorly", &["shortly"]),
("shortwhile", &["short while"]),
("shoudl", &["should"]),
("shoudln", &["should", "shouldn\'t"]),
("shoudln", &["should", "shouldn't"]),
("shouldnt", &["should not"]),
("shreak", &["shriek"]),
("shrinked", &["shrunk"]),
@ -3888,7 +3888,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("testiclular", &["testicular"]),
("testomony", &["testimony"]),
("tghe", &["the"]),
("thast", &["that", "that\'s"]),
("thast", &["that", "that's"]),
("theather", &["theater"]),
("theese", &["these"]),
("theif", &["thief"]),
@ -3899,7 +3899,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("therafter", &["thereafter"]),
("therby", &["thereby"]),
("theri", &["their"]),
("theyre", &["they\'re"]),
("theyre", &["they're"]),
("thgat", &["that"]),
("thge", &["the"]),
("thier", &["their"]),
@ -3944,7 +3944,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("tkaing", &["taking"]),
("tlaking", &["talking"]),
("tobbaco", &["tobacco"]),
("todays", &["today\'s"]),
("todays", &["today's"]),
("todya", &["today"]),
("toghether", &["together"]),
("toke", &["took"]),
@ -4200,7 +4200,7 @@ pub static WORD_DICTIONARY: &[(&str, &[&str])] = &[
("wardobe", &["wardrobe"]),
("warrent", &["warrant"]),
("warrriors", &["warriors"]),
("wasnt", &["wasn\'t"]),
("wasnt", &["wasn't"]),
("wass", &["was"]),
("watn", &["want"]),
("wayword", &["wayward"]),