dmitryd / typo3-simplemvc

[OBSOLETE] A TYPO3 "simplemvc" extension. This extension adds a simple high performance MVC framework to TYPO3.
7 stars 0 forks source link

misspelling #2

Open franzholz opened 11 years ago

franzholz commented 11 years ago

Hello Dmitry,

I wanted to tell you a mistake in your class description:

https://github.com/dmitryd/typo3-simplemvc/blob/master/Classes/Controller/AbstractController.php

This can be changed by the derieved class by defining

==> derived class See: http://www.dict.cc/?s=derived+class

* Loads language files for the plugin. Derieved classes should override this

==> Derived

Regards,

Franz

dmitryd commented 11 years ago

Thanks!

franzholz commented 11 years ago

Another misspelling:

AbstractModel.php: "this must be set before the costructor is called"

==> constructor

franzholz commented 10 years ago

The strings in the example comment should be escaped:

 *  'album' => 'JohnDoe\\Myext\\Model\\Album'

instead of * 'album' => 'JohnDoe\Myext\Model\Album'