From: Andrew Garrett Date: Thu, 24 Apr 2008 12:01:26 +0000 (+0000) Subject: Typo X-Git-Tag: 1.31.0-rc.0~48094 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=3e1d5464d16412c8985aba4bf438617b0550ed90;p=lhc%2Fweb%2Fwiklou.git Typo --- 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 ) {