[libparse-dia-sql-perl] 09/10: Add a patch to fix some spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Fri Jan 13 22:28:44 UTC 2017


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

gregoa pushed a commit to branch master
in repository libparse-dia-sql-perl.

commit a2db4bfcf2d02fa325a76e25495e470e86cc522c
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 13 23:25:17 2017 +0100

    Add a patch to fix some spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 56 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..ee34ccc
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,56 @@
+Description: Fix spelling mistakes in the POD.
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-01-13
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=119853
+Bug: https://rt.cpan.org/Ticket/Display.html?id=119853
+
+--- a/lib/Parse/Dia/SQL/Output/SQLite3.pm
++++ b/lib/Parse/Dia/SQL/Output/SQLite3.pm
+@@ -141,7 +141,7 @@
+ 
+ =head2 get_schema_drop
+ 
+-Generate drop table statments for all tables using SQLite syntax:
++Generate drop table statements for all tables using SQLite syntax:
+ 
+   drop table {foo} if exists
+ 
+@@ -179,7 +179,7 @@
+ 
+ =head2 get_view_drop
+ 
+-Generate drop view statments for all tables using SQLite syntax:
++Generate drop view statements for all tables using SQLite syntax:
+ 
+   drop view {foo} if exists
+ 
+--- a/lib/Parse/Dia/SQL/Output/SQLite3fk.pm
++++ b/lib/Parse/Dia/SQL/Output/SQLite3fk.pm
+@@ -155,7 +155,7 @@
+ 
+ =head2 _create_pk_string
+ 
+-Override default functon to include foreign key clauses
++Override default function to include foreign key clauses
+ 
+ =cut
+ 
+@@ -197,7 +197,7 @@
+ 
+ =head2 get_schema_drop
+ 
+-Generate drop table statments for all tables using SQLite syntax:
++Generate drop table statements for all tables using SQLite syntax:
+ 
+   drop table {foo} if exists
+ 
+@@ -235,7 +235,7 @@
+ 
+ =head2 get_view_drop
+ 
+-Generate drop view statments for all tables using SQLite syntax:
++Generate drop view statements for all tables using SQLite syntax:
+ 
+   drop view {foo} if exists
+ 

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



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