summaryrefslogtreecommitdiff
path: root/installer/config.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-09-18 14:51:23 +0000
committeralecpl <alec@alec.pl>2009-09-18 14:51:23 +0000
commitdf7d6f553766a2cecb639f8621858210bde1ea70 (patch)
treee9c886e30884ccc7c17a91be36883e4db0b6e10d /installer/config.php
parent4d54cfe8407dcdfb8bdf27961716d46478fe33f7 (diff)
- typo (s/googlie/googie/)
Diffstat (limited to 'installer/config.php')
-rw-r--r--installer/config.php2
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');