mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Correct "agument" to "argument", not "augment"
See: <https://github.com/facebook/arcanist/pull/162> It looks like the word `argument` appears many more times than `augment`, so I'm assuming `agument` is most likely to be a typo of `argument`. Reviewed by: epriestley
This commit is contained in:
parent
30ecf46c11
commit
577914e623
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ class ArcanistSpellingDefaultData {
|
||||||
"requrie" => "require",
|
"requrie" => "require",
|
||||||
"existant" => "existent",
|
"existant" => "existent",
|
||||||
"explict" => "explicit",
|
"explict" => "explicit",
|
||||||
"agument" => "augument",
|
"agument" => "argument",
|
||||||
"destionation" => "destination",
|
"destionation" => "destination",
|
||||||
), array(
|
), array(
|
||||||
'teh' => 'the'
|
'teh' => 'the'
|
||||||
|
|
Loading…
Reference in a new issue