[libdbix-class-perl] 07/08: Add a patch to fix some spelling mistakes.

gregor herrmann gregoa at debian.org
Sat Feb 13 18:59:55 UTC 2016


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

gregoa pushed a commit to branch master
in repository libdbix-class-perl.

commit 481e21bff12693d51c892b8a2e4a958d376ac543
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 13 19:56:13 2016 +0100

    Add a patch to fix some spelling mistakes.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 62 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 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..c5268e4
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,62 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-02-13
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112007
+Bug: https://rt.cpan.org/Ticket/Display.html?id=112007
+
+--- a/lib/DBIx/Class.pm
++++ b/lib/DBIx/Class.pm
+@@ -209,7 +209,7 @@
+   my $cd = $millennium_cds_rs->next; # SELECT ... FROM cds JOIN artists ...
+   my $cd_artist_name = $cd->artist->name; # Already has the data so no 2nd query
+ 
+-  # new() makes a Result object but doesnt insert it into the DB.
++  # new() makes a Result object but doesn't insert it into the DB.
+   # create() is the same as new() then insert().
+   my $new_cd = $schema->resultset('CD')->new({ title => 'Spoon' });
+   $new_cd->artist($cd->artist);
+--- a/lib/DBIx/Class.pod
++++ b/lib/DBIx/Class.pod
+@@ -134,7 +134,7 @@
+   my $cd = $millennium_cds_rs->next; # SELECT ... FROM cds JOIN artists ...
+   my $cd_artist_name = $cd->artist->name; # Already has the data so no 2nd query
+ 
+-  # new() makes a Result object but doesnt insert it into the DB.
++  # new() makes a Result object but doesn't insert it into the DB.
+   # create() is the same as new() then insert().
+   my $new_cd = $schema->resultset('CD')->new({ title => 'Spoon' });
+   $new_cd->artist($cd->artist);
+--- a/lib/DBIx/Class/Manual/Cookbook.pod
++++ b/lib/DBIx/Class/Manual/Cookbook.pod
+@@ -1342,7 +1342,7 @@
+ 
+           # Abort the whole job
+           if ($_ =~ /horrible_problem/) {
+-            print "something horrible happend, aborting job!";
++            print "something horrible happened, aborting job!";
+             die $_;                # rethrow error
+           }
+ 
+--- a/lib/DBIx/Class/Manual/Troubleshooting.pod
++++ b/lib/DBIx/Class/Manual/Troubleshooting.pod
+@@ -122,7 +122,7 @@
+ White Box and Scientific Linux).
+ 
+ Distributions affected include Fedora 5 through to Fedora 8 and RHEL5
+-upto and including RHEL5 Update 2. Fedora 9 (which uses perl 5.10) has
++up to and including RHEL5 Update 2. Fedora 9 (which uses perl 5.10) has
+ never been affected - this is purely a perl 5.8.8 issue.
+ 
+ As of September 2008 the following packages are known to be fixed and so
+--- a/lib/DBIx/Class/SQLMaker/LimitDialects.pm
++++ b/lib/DBIx/Class/SQLMaker/LimitDialects.pm
+@@ -157,7 +157,7 @@
+ 
+  SELECT SKIP $offset FIRST $limit * FROM ...
+ 
+-Suported by B<Informix>, almost like LimitOffset. According to
++Supported by B<Informix>, almost like LimitOffset. According to
+ L<SQL::Abstract::Limit> C<... SKIP $offset LIMIT $limit ...> is also supported.
+ 
+ =cut

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



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