fix: typo in MathMathML:setAllowedRootElements

Change-Id: I282b248e3b271b8de7a9dd0c41e7496204a17463
This commit is contained in:
physikerwelt (Moritz Schubotz) 2014-06-10 11:57:24 +02:00
parent 65642489ae
commit 034d1d4fa7

View file

@ -43,7 +43,7 @@ class MathMathML extends MathRenderer {
* An empty value indicates to use the default settings.
* @param array $settings
*/
public function setAllowedRootElments( $settings ) {
public function setAllowedRootElements( $settings ) {
$this->allowedRootElements = $settings;
}