From 1cc7ac2578a607cc4a5560b8eb31073d589ae98d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 30 Jul 2011 11:20:58 -0700 Subject: [PATCH] Fix some POD spelling areas. --- lib/WebGUI/Form/List.pm | 4 ++-- lib/WebGUI/Form/SelectBox.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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