diff --git a/form.php b/form.php index 1c33634..52d8bcd 100644 --- a/form.php +++ b/form.php @@ -44,7 +44,7 @@ class form - [type] : text, password, hidden, checkbox, select, radio, submit, textarea text by default - - [help] : The Help message (written below the field). Overwrite in + - [help] : The Help message (written below the field). Overwrited in case of error - [multiple] : Multiple selection are possible (if the type supports it) - [group] : define a fieldset and define the title with groupe name @@ -216,7 +216,7 @@ class formfield /** The type of the field (text, password, checkbox, select)*/ public $type="text"; /** Allow a help message to be displayed below the field. In case of error, - it is override by the error message */ + it is overrided by the error message */ public $help; /** The multiplicity of selection of the field (available in select only)*/ public $multiple;