MDL-34650 typo correction

This commit is contained in:
Aparup Banerjee 2012-07-31 13:23:42 +08:00
parent 87c12fec13
commit de7a570cd5

View File

@ -715,7 +715,7 @@ class single_select implements renderable {
var $label = '';
/**
* @var array Button label's
* @var array Button label's attributes
*/
var $labelattributes = array();
@ -2805,4 +2805,4 @@ class custom_menu extends custom_menu_item {
}
return ($itema > $itemb) ? +1 : -1;
}
}
}