mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42: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",
|
||||
"existant" => "existent",
|
||||
"explict" => "explicit",
|
||||
"agument" => "augument",
|
||||
"agument" => "argument",
|
||||
"destionation" => "destination",
|
||||
), array(
|
||||
'teh' => 'the'
|
||||
|
|
Loading…
Reference in a new issue