[libgtk2-perl] 01/02: Fix-typos-in-POD.patch: new patch.

Intrigeri intrigeri at moszumanska.debian.org
Sat Jan 2 11:00:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libgtk2-perl.

commit 5922dc9669b8c51ffe48a031d1436d0e91ebb798
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Jan 2 10:42:43 2016 +0000

    Fix-typos-in-POD.patch: new patch.
---
 debian/patches/Fix-typos-in-POD.patch | 61 +++++++++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 62 insertions(+)

diff --git a/debian/patches/Fix-typos-in-POD.patch b/debian/patches/Fix-typos-in-POD.patch
new file mode 100644
index 0000000..f8841b1
--- /dev/null
+++ b/debian/patches/Fix-typos-in-POD.patch
@@ -0,0 +1,61 @@
+From: intrigeri <intrigeri at boum.org>
+Date: Sat, 2 Jan 2016 10:38:06 +0000
+Subject: Fix typos in POD.
+Bug: 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
diff --git a/debian/patches/series b/debian/patches/series
index b9db011..d5b19bc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 30-disable_libgtk_version_check.patch
 fix-typo.patch
+Fix-typos-in-POD.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgtk2-perl.git



More information about the Pkg-perl-cvs-commits mailing list