mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +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",
|
||||
"definately" => "definitely",
|
||||
"delemiter" => "delimiter",
|
||||
"delemiters" => "delimiters",
|
||||
"delimeter" => "delimiter",
|
||||
"delimeters" => "delimiters",
|
||||
"dependancies" => "dependencies",
|
||||
"dependancy" => "dependency",
|
||||
"dependant" => "dependent",
|
||||
|
|
Loading…
Reference in a new issue