[perl-Gtk2] Fix typos in POD



commit 7099aa8bb9beb1ec6a0f37f8deae5f6f81b73f73
Author: intrigeri <intrigeri boum org>
Date:   Sat Jan 2 10:42:00 2016 +0000

    Fix typos in POD
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760067

 lib/Gtk2/SimpleList.pm |    2 +-
 lib/Gtk2/SimpleMenu.pm |    6 +++---
 xs/GtkAccelGroup.xs    |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/lib/Gtk2/SimpleList.pm b/lib/Gtk2/SimpleList.pm
index 5dd3448..9f5b39d 100644
--- a/lib/Gtk2/SimpleList.pm
+++ b/lib/Gtk2/SimpleList.pm
@@ -535,7 +535,7 @@ After creating a new Gtk2::SimpleList object with the desired columns you may
 set the list data with a simple Perl array assignment. Rows may be added or
 deleted with all of the normal array operations. You can treat the C<data>
 member of the list simplelist object as an array reference, and manipulate the
-list data with perl's normal array operators.
+list data with Perl's normal array operators.
 
 A mechanism has also been put into place allowing columns to be Perl scalars.
 The scalar is converted to text through Perl's normal mechanisms and then
diff --git a/lib/Gtk2/SimpleMenu.pm b/lib/Gtk2/SimpleMenu.pm
index 43aa5e5..0400cca 100644
--- a/lib/Gtk2/SimpleMenu.pm
+++ b/lib/Gtk2/SimpleMenu.pm
@@ -251,7 +251,7 @@ application menus
 =head1 ABSTRACT
 
 SimpleMenu is an interface for creating application menubars in as simple a
-manner as possible. Its main benifit is that the menu is specified as a tree,
+manner as possible. Its main benefit is that the menu is specified as a tree,
 which is the natural representation of such a menu.
 
 =head1 DESCRIPTION
@@ -259,8 +259,8 @@ which is the natural representation of such a menu.
 SimpleMenu aims to simplify the design and management of a complex application
 menu bar by allowing the structure to be specified as a multi-rooted tree. Much
 the same functionality is provided by Gtk2::ItemFactory, but the data provided
-as input is a 1-D array and the hierarchy of the menu is controled entierly by
-the path componenets. This is not ideal when languages such as perl provide for
+as input is a 1-D array and the hierarchy of the menu is controlled entirely by
+the path components. This is not ideal when languages such as Perl provide for
 simple nested data structures.
 
 Another advantage of the SimpleMenu widget is that it simplifies the creation
diff --git a/xs/GtkAccelGroup.xs b/xs/GtkAccelGroup.xs
index 5377eca..7f6e22d 100644
--- a/xs/GtkAccelGroup.xs
+++ b/xs/GtkAccelGroup.xs
@@ -166,7 +166,7 @@ MODULE = Gtk2::AccelGroup   PACKAGE = Gtk2::Accelerator     PREFIX = gtk_accelerator_
 ## void gtk_accelerator_parse (const gchar *accelerator, guint *accelerator_key, GdkModifierType 
*accelerator_mods)
 =for apidoc
 =for signature (accelerator_key, accelerator_mods) = Gtk2::Accelerator->parse ($accelerator)
-Returns accelerator_key, an unsigned interger and accelerator_mods, a 
+Returns accelerator_key, an unsigned integer and accelerator_mods, a 
 Gtk2::Gdk::ModifierType.
 =cut
 void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]