summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-18 14:51:23 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-18 14:51:23 +0000
commit7b0e9a52e309b33c884a14e140f60cc626e10858 (patch)
treef4c51b1a48f1f9ce5a6e3ff1ce65ea07293f22a2
parentcf4b66c4ba301423a687c05c76ae6196be734ddd (diff)
- typo (s/googlie/googie/)
git-svn-id: https://svn.roundcube.net/trunk@2968 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/installer/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php
index baf7514cc..02deb9b6d 100644
--- a/roundcubemail/installer/config.php
+++ b/roundcubemail/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');