diff --git a/lib/public/util.php b/lib/public/util.php
index f9f3759fe5bdb79557e8c7c18ce861d05e0b30a0..749531feafdabc6760f80c628fc419017fa3e427 100644
--- a/lib/public/util.php
+++ b/lib/public/util.php
@@ -103,7 +103,7 @@ class Util {
 	 * @param string $text the text content for the element
 	 */
 	public static function addHeader( $tag, $attributes, $text=''){
-		\OC_Util::addHeader( $tag, $attribute, $text );
+		\OC_Util::addHeader( $tag, $attributes, $text );
 	}
 
 	/**