[libgtk2-perl] 03/04: New patch: Fix-typos-in-POD.patch.

Intrigeri intrigeri at moszumanska.debian.org
Sun Oct 2 09:10:05 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 af284395ac920ee6f7945a393258724735a71e82
Author: intrigeri <intrigeri at boum.org>
Date:   Sun Oct 2 08:56:22 2016 +0000

    New patch: Fix-typos-in-POD.patch.
---
 debian/patches/Fix-typos-in-POD.patch | 59 +++++++++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 60 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..3063be9
--- /dev/null
+++ b/debian/patches/Fix-typos-in-POD.patch
@@ -0,0 +1,59 @@
+From: intrigeri <intrigeri at boum.org>
+Date: Sun, 2 Oct 2016 08:54:11 +0000
+Subject: Fix typos in POD.
+Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=772333
+
+---
+ lib/Gtk2/api.pod  | 4 ++--
+ xs/GtkPaned.xs    | 2 +-
+ xs/GtkTreeView.xs | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/lib/Gtk2/api.pod b/lib/Gtk2/api.pod
+index 6384beb..a9b7e3b 100644
+--- a/lib/Gtk2/api.pod
++++ b/lib/Gtk2/api.pod
+@@ -312,7 +312,7 @@ write them is deprecated, but supported.
+ 
+ =item Gtk2::ItemFactory::create_items
+ 
+-The n_entries parameter has been ommited and callback_data is accepted as the
++The n_entries parameter has been omitted and callback_data is accepted as the
+ first parameter. All parameters after that are considered to be entries.
+ 
+ =item Gtk2::List::insert_items
+@@ -342,7 +342,7 @@ Note that the C<_menu> versions of these functions do I<not> do this.
+ 
+ Where a GClosure is wanted by the C stuff, a perl subroutine reference
+ suffices.  However, because of this, there are a few subtle differences in
+-sematics.  a GClosure may be connected to only one GtkAccelGroup; however, a
++semantics.  a GClosure may be connected to only one GtkAccelGroup; however, a
+ perl subroutine may be connected to many GtkAccelGroups (because at the binding
+ level, a new GClosure is created on each call to ->connect).  Thus,
+ $accel_group->disconnect will disconnect the first group it finds to be
+diff --git a/xs/GtkPaned.xs b/xs/GtkPaned.xs
+index 790b54b..f677480 100644
+--- a/xs/GtkPaned.xs
++++ b/xs/GtkPaned.xs
+@@ -28,7 +28,7 @@ MODULE = Gtk2::Paned	PACKAGE = Gtk2::Paned	PREFIX = gtk_paned_
+ Gtk2::Paned is the base class for widgets with two panes, arranged either
+ horizontally (Gtk2::HPaned) or vertically (Gtk2::VPaned).  Child widgets are
+ added to the panes of the widget with C<< $paned->pack1 >> and
+-C<< $paned->pack2 >>.  The division beween the two children is set by default
++C<< $paned->pack2 >>.  The division between the two children is set by default
+ from the size requests of the children, but it can be adjusted by the user. 
+ 
+ A paned widget draws a separator between the two child widgets and a small
+diff --git a/xs/GtkTreeView.xs b/xs/GtkTreeView.xs
+index 4f97a62..dafb736 100644
+--- a/xs/GtkTreeView.xs
++++ b/xs/GtkTreeView.xs
+@@ -330,7 +330,7 @@ gtk_tree_view_get_column (tree_view, n)
+ 	gint n
+ 
+ =for apidoc
+-Retuns an array of columns.
++Returns an array of columns.
+ =cut
+ void
+ gtk_tree_view_get_columns (tree_view)
diff --git a/debian/patches/series b/debian/patches/series
index 7f2749c..afa4f34 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 30-disable_libgtk_version_check.patch
 fix-typo.patch
 Add-debug-output-in-test-that-failed-on-powerpc-t-GdkPixb.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