From 1b965c9459c9dfbe81d1b0fd3ae5764a5176597f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 23 Jan 2009 19:26:26 +0000 Subject: [PATCH] More POD fixes for Form controls. --- lib/WebGUI/Form/HexSlider.pm | 4 ++-- lib/WebGUI/Form/SelectSlider.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/Form/HexSlider.pm b/lib/WebGUI/Form/HexSlider.pm index 91c45a0cf..5b46aebbb 100644 --- a/lib/WebGUI/Form/HexSlider.pm +++ b/lib/WebGUI/Form/HexSlider.pm @@ -24,11 +24,11 @@ Package WebGUI::Form::HexSlider =head1 DESCRIPTION -Creates a slider control that controls hex values, as in the red, gree, blue values for HTML colors. +Creates a slider control that controls hex values, as in the red, green, blue values for HTML colors. =head1 SEE ALSO -This is a subclass of WebGUI::Form::Control. +This is a subclass of WebGUI::Form::Slider. =head1 METHODS diff --git a/lib/WebGUI/Form/SelectSlider.pm b/lib/WebGUI/Form/SelectSlider.pm index 6e34cf52a..29f6dd788 100644 --- a/lib/WebGUI/Form/SelectSlider.pm +++ b/lib/WebGUI/Form/SelectSlider.pm @@ -21,7 +21,7 @@ use WebGUI::International; =head1 NAME -Package WebGUI::Form::HexSlider +Package WebGUI::Form::SelectSlider =head1 DESCRIPTION @@ -29,7 +29,7 @@ Creates a slider control that controls hex values, as in the red, gree, blue val =head1 SEE ALSO -This is a subclass of WebGUI::Form::Control. +This is a subclass of WebGUI::Form::Slider. =head1 METHODS