From 3e1d5464d16412c8985aba4bf438617b0550ed90 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Thu, 24 Apr 2008 12:01:26 +0000 Subject: [PATCH] Typo --- includes/Xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Xml.php b/includes/Xml.php index 6b87f5bdfb..3fe3cb509f 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -525,7 +525,7 @@ class Xml { * Generate a form (without the opening form element). * Output DOES include a submit button. * @param array $fields Associative array, key is message corresponding to a description for the field (colon is in the message), value is appropriate input. - * @param string $submitLable A message containing a label for the submit button. + * @param string $submitLabel A message containing a label for the submit button. * @return string HTML form. */ function buildForm( $fields, $submitLabel ) { -- 2.20.1