fixed a few spelling problems and standardised stdClass

This commit is contained in:
Petr Skoda 2010-09-18 14:18:39 +00:00
parent 1c5765dd7a
commit 5924db724d
28 changed files with 151 additions and 151 deletions

View file

@ -33,7 +33,7 @@ class workshopallocation_manual_renderer extends plugin_renderer_base {
/**
* Display the table of all current allocations and widgets to modify them
*
* @param stdclass $data to be displayed - see the top of the function for the list of needed properties
* @param stdClass $data to be displayed - see the top of the function for the list of needed properties
* @return string html code
*/
public function display_allocations(stdclass $data) {