fix a typo in the POD for Form/Control.pm

This commit is contained in:
Colin Kuskie 2008-06-25 16:09:29 +00:00
parent 145329f0aa
commit 779f9f0453

View file

@ -414,7 +414,7 @@ sub getValue {
=head2 getDefaultValue ( )
Returns the either the "value" ore "defaultValue" passed in to the object in that order, and doesn't take into account form processing.
Returns the either the "value" or "defaultValue" passed in to the object in that order, and doesn't take into account form processing.
=cut