Changeset 3213 for trunk/modules

Show
Ignore:
Timestamp:
07/27/2008 09:28:37 AM (4 months ago)
Author:
Geert
Message:

Basic English Grammar: it's != its
http://dictionary.reference.com/search?q=its

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/kobot/libraries/Kobot.php

    r2079 r3213  
    216216        public function set_trigger($pattern, $callback) 
    217217        { 
    218                 // Store the trigger and it's callback 
     218                // Store the trigger and its callback 
    219219                $this->triggers[$pattern] = $callback; 
    220220