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