Changeset df7d6f5 in github


Ignore:
Timestamp:
Sep 18, 2009 10:51:23 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
0dd842d
Parents:
4d54cfe
Message:
  • typo (s/googlie/googie/)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • installer/config.php

    rfafe5dc rdf7d6f5  
    125125if (extension_loaded('pspell')) 
    126126  $select_spell->add('pspell', 'pspell'); 
    127 $select_spell->add('Googlie', 'googlie'); 
     127$select_spell->add('Googie', 'googie'); 
    128128 
    129129echo $select_spell->show($RCI->is_post ? $_POST['_spellcheck_engine'] : 'pspell'); 
Note: See TracChangeset for help on using the changeset viewer.