mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-10 14:51:05 +01:00
[lint][spelling] delimeter -> delimiter
Summary: I got bit by this one earlier (I swear I thought it was delimeter), so I figured I would add it to the spelling data lint rule. Test Plan: changed an instance of delimiter to delimeter, ran `arc lint` fixed the typo. Reviewers: epriestley Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D6936
This commit is contained in:
parent
70567e48ae
commit
5fd07856c0
1 changed files with 3 additions and 0 deletions
|
@ -172,6 +172,9 @@ class ArcanistSpellingDefaultData {
|
||||||
"definate" => "definite",
|
"definate" => "definite",
|
||||||
"definately" => "definitely",
|
"definately" => "definitely",
|
||||||
"delemiter" => "delimiter",
|
"delemiter" => "delimiter",
|
||||||
|
"delemiters" => "delimiters",
|
||||||
|
"delimeter" => "delimiter",
|
||||||
|
"delimeters" => "delimiters",
|
||||||
"dependancies" => "dependencies",
|
"dependancies" => "dependencies",
|
||||||
"dependancy" => "dependency",
|
"dependancy" => "dependency",
|
||||||
"dependant" => "dependent",
|
"dependant" => "dependent",
|
||||||
|
|
Loading…
Reference in a new issue