[libdata-objectdriver-perl] 11/17: Add patch to fix some spelling mistakes.

gregor herrmann gregoa at debian.org
Fri Jul 11 17:49:08 UTC 2014


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

gregoa pushed a commit to branch master
in repository libdata-objectdriver-perl.

commit 5c81c05bae584db8bec821595a1afbe86647c247
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 11 19:40:24 2014 +0200

    Add patch to fix some spelling mistakes.
---
 debian/patches/spelling.patch | 60 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..84602c9
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,60 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-07-11
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=97153
+Bug: https://rt.cpan.org/Ticket/Display.html?id=97153
+
+--- a/lib/Data/ObjectDriver/BaseObject.pm
++++ b/lib/Data/ObjectDriver/BaseObject.pm
+@@ -1047,7 +1047,7 @@
+ =head2 C<$obj-E<gt>object_is_stored()>
+ 
+ Returns true if the object hasn't been stored in the database yet.
+-This is particularily useful in triggers where you can then determine
++This is particularly useful in triggers where you can then determine
+ if the object is being INSERTED or just UPDATED.
+ 
+ =head2 C<$obj-E<gt>pk_str()>
+@@ -1062,7 +1062,7 @@
+ 
+ If you use a Cache driver, returned object will be automatically cached as a result
+ of common retrieve operations. In some rare cases you may want the cache to be cleared
+-explicitely, and this method provides you with a way to do it.
++explicitly, and this method provides you with a way to do it.
+ 
+ =head2 C<$obj-E<gt>primary_key_to_terms([$id])>
+ 
+--- a/lib/Data/ObjectDriver/Driver/BaseCache.pm
++++ b/lib/Data/ObjectDriver/Driver/BaseCache.pm
+@@ -386,7 +386,7 @@
+ caching driver is disabled, all operations are automatically passed through to
+ the fallback object driver.
+ 
+-Note that, if you disable and reenable a caching driver, some of the cached
++Note that, if you disable and re-enable a caching driver, some of the cached
+ data may be invalid due to updates that were performed while the driver was
+ disabled not being reflected in the external cache.
+ 
+--- a/lib/Data/ObjectDriver/Driver/DBD/SQLite.pm
++++ b/lib/Data/ObjectDriver/Driver/DBD/SQLite.pm
+@@ -77,7 +77,7 @@
+ This is experimental.
+ 
+ With the 1.11 version of L<DBD::SQLite> Blobs are handled transparently,
+-so C<bind_param_attributes> is optionnal.
++so C<bind_param_attributes> is optional.
+ With previous version of L<DBD::SQLite> users have experimented issues
+ with binary data in CHAR (partially solved by the DBI::SQL_BINARY binding).
+ 
+--- a/lib/Data/ObjectDriver/ResultSet.pm
++++ b/lib/Data/ObjectDriver/ResultSet.pm
+@@ -524,7 +524,7 @@
+ =head2 $new_result = Data::ObjectDriver::ResultSet->iterator(\@data)
+ 
+ Create a new result set object that takes existing data and operates only as an
+-iterator, without any of the query managment.
++iterator, without any of the query management.
+ 
+ Arguments:
+ 

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



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