mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
Whitespace
This commit is contained in:
parent
3ae1bf1a8c
commit
a0c5835a43
1 changed files with 3 additions and 3 deletions
|
@ -517,7 +517,7 @@ class ArcanistSpellingDefaultData {
|
||||||
"wierd" => "weird",
|
"wierd" => "weird",
|
||||||
"yur" => "your",
|
"yur" => "your",
|
||||||
|
|
||||||
// Variable common_cpan
|
// Variable common_cpan
|
||||||
"refering" => "referring",
|
"refering" => "referring",
|
||||||
"writeable" => "writable",
|
"writeable" => "writable",
|
||||||
"nineth" => "ninth",
|
"nineth" => "ninth",
|
||||||
|
@ -536,8 +536,8 @@ class ArcanistSpellingDefaultData {
|
||||||
|
|
||||||
public static function getPartialWordRules() {
|
public static function getPartialWordRules() {
|
||||||
return array(
|
return array(
|
||||||
array (),
|
array(),
|
||||||
array (
|
array(
|
||||||
'recieve' => 'receive',
|
'recieve' => 'receive',
|
||||||
'uft8' => 'utf8',
|
'uft8' => 'utf8',
|
||||||
'lenght' => 'length',
|
'lenght' => 'length',
|
||||||
|
|
Loading…
Reference in a new issue