MINOR: correct typo in class name

This commit is contained in:
Saophalkun Ponlu 2009-02-11 00:27:18 +00:00
parent b8609bab2d
commit c0954b5ba8
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ Before putting the following code in '_config.php', make sure you have a subclas
<<<< CODE STARTS >>>>
SpamProctecterManager::set_spam_protecter('MollomField');
SpamProtecterManager::set_spam_protecter('MollomField');
<<<< CODE ENDS >>>>
@ -40,7 +40,7 @@ This following code should appear after the form creation.
<<<< CODE STARTS >>>>
$protectorField = SpamProctecterManager::update_form('MollomField', 'Captcha', $form, 'Message', $callbackObj);
$protectorField = SpamProtecterManager::update_form('MollomField', 'Captcha', $form, 'Message', $callbackObj);
<<<< CODE ENDS >>>>

View File

@ -3,7 +3,7 @@
* This class is responsible for setting an system-wide spam protecter field
* and add the protecter field to a form
*/
class SpamProctecterManager {
class SpamProtecterManager {
static $spam_protecter = null;