Subject: | spelling errors in Curses-UI POD |
Attached is a patch that fixes a couple of spelling mistakes in
Curses-UI documentation.
Thanks for considering.
Subject: | pod-spell.patch |
Description: fix spelling errors in POD
Author: Damyan Ivanov <dmn@debian.org>
--- a/lib/Curses/UI.pm
+++ b/lib/Curses/UI.pm
@@ -246,7 +246,7 @@ sub schedule_event {
The layout method of Curses::UI tries to find the size of the screen
then calls the C<layout> method of every contained object (i.e. window
-or widget). It is not normally neccessary to call this method directly.
+or widget). It is not normally necessary to call this method directly.
=cut
@@ -1373,7 +1373,7 @@ Returns the currently used Curses::UI::C
=item B<set_color> ( OBJECT )
-Replaces the currently used Color object with an other. This can be
+Replaces the currently used Color object with another. This can be
used to fast change all colors in a Curses::UI application.
=back
--- a/lib/Curses/UI/Container.pm
+++ b/lib/Curses/UI/Container.pm
@@ -627,7 +627,7 @@ container. If CLASS does not contain '::
matches 'Dialog::...' then 'Curses::UI' will be prepended
to it. This way you do not have to specifiy the full
class name for widgets that are in the Curses::UI
-hierarchy. It is not neccessary to call "use CLASS"
+hierarchy. It is not necessary to call "use CLASS"
yourself. The B<add> method will call the B<usemodule>
method from Curses::UI to automatically load the module.
--- a/lib/Curses/UI/Listbox.pm
+++ b/lib/Curses/UI/Listbox.pm
@@ -884,7 +884,7 @@ It will get the widget reference as its
=item * B<-htmltext> < BOOLEAN >
Make the Listbox parse primitive markup to change the items
-appearence. See above.
+appearance. See above.
=back
--- a/lib/Curses/UI/Widget.pm
+++ b/lib/Curses/UI/Widget.pm
@@ -1262,7 +1262,7 @@ option is mainly used in widget building
=item * B<-userdata> < SCALAR >
This option specifies a user data that can be retrieved with
-the B<userdata>() method. It is usefull to store application's
+the B<userdata>() method. It is useful to store application's
internal data that otherwise would not be accessible in callbacks.
=item * B<-border> < BOOLEAN >