Won't fix Minor PHPDoc typo

Mikey

Well-known member
in XenForo/DataWriter.php
PHP:
    /**
    * Method designed to be overridden by child classes to add pre-save behaviors. This
    * is not callbed in import mode.
    */
    protected function _preSave()
    {
    }

s/callbed/called

*I did say minor, right?
 
I'm going to call this won't fix, mostly on the basis that it's seriously trivial and shouldn't really affect understanding of the comment. There are likely a variety of typos in code comments. I don't think they're worthwhile changing unless we happen to notice them while working on another issue or if they make the comment entirely wrong, particularly with 2.0's code base being on the horizon.
 
Top Bottom