diff --git a/lib/WebGUI/Form/List.pm b/lib/WebGUI/Form/List.pm index ec9b078b7..253ebc572 100644 --- a/lib/WebGUI/Form/List.pm +++ b/lib/WebGUI/Form/List.pm @@ -230,7 +230,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 @@ -255,7 +255,7 @@ sub getDefaultValue { =head2 getOriginalValue ( ) -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 diff --git a/lib/WebGUI/Form/SelectBox.pm b/lib/WebGUI/Form/SelectBox.pm index bc3f04d07..5d61f3757 100644 --- a/lib/WebGUI/Form/SelectBox.pm +++ b/lib/WebGUI/Form/SelectBox.pm @@ -109,7 +109,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 @@ -124,7 +124,7 @@ sub getDefaultValue { =head2 getOriginalValue ( ) -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