diff options
author | alecpl <alec@alec.pl> | 2009-09-18 14:51:23 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-09-18 14:51:23 +0000 |
commit | df7d6f553766a2cecb639f8621858210bde1ea70 (patch) | |
tree | e9c886e30884ccc7c17a91be36883e4db0b6e10d /installer | |
parent | 4d54cfe8407dcdfb8bdf27961716d46478fe33f7 (diff) |
- typo (s/googlie/googie/)
Diffstat (limited to 'installer')
-rw-r--r-- | installer/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/config.php b/installer/config.php index baf7514cc..02deb9b6d 100644 --- a/installer/config.php +++ b/installer/config.php @@ -124,7 +124,7 @@ echo $check_spell->show(intval($RCI->getprop('enable_spellcheck')), array('value $select_spell = new html_select(array('name' => '_spellcheck_engine', 'id' => "cfgspellcheckengine")); if (extension_loaded('pspell')) $select_spell->add('pspell', 'pspell'); -$select_spell->add('Googlie', 'googlie'); +$select_spell->add('Googie', 'googie'); echo $select_spell->show($RCI->is_post ? $_POST['_spellcheck_engine'] : 'pspell'); |