From 779f9f0453839e37a9762113bbb0b7bbaa72ccdd Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 25 Jun 2008 16:09:29 +0000 Subject: [PATCH] fix a typo in the POD for Form/Control.pm --- lib/WebGUI/Form/Control.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Form/Control.pm b/lib/WebGUI/Form/Control.pm index 3487669b7..f76a59f0c 100644 --- a/lib/WebGUI/Form/Control.pm +++ b/lib/WebGUI/Form/Control.pm @@ -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