[libsearch-elasticsearch-perl] 07/07: spelling.patch

gregor herrmann gregoa at debian.org
Sat Dec 17 02:07:29 UTC 2016


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

gregoa pushed a commit to branch master
in repository libsearch-elasticsearch-perl.

commit 9611ba4c895347ca3bf279a11e1685d583678df0
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 17 03:04:14 2016 +0100

    spelling.patch
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 27 +++++++++++++++++++++++++++
 2 files changed, 28 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..2f21305
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: fix spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-12-17
+Forwarded: https://github.com/elastic/elasticsearch-perl/pull/114
+Bug: https://github.com/elastic/elasticsearch-perl/pull/114
+
+--- a/lib/Search/Elasticsearch/Client/5_0/Direct/Ingest.pm
++++ b/lib/Search/Elasticsearch/Client/5_0/Direct/Ingest.pm
+@@ -35,7 +35,7 @@
+         body => { pipeline defn }   # required
+     );
+ 
+-The C<put_pipeline()> method creates or updates a pipeline with the specfied ID.
++The C<put_pipeline()> method creates or updates a pipeline with the specified ID.
+ 
+ Query string parameters:
+     C<master_timeout>,
+@@ -65,7 +65,7 @@
+         id   => $id,                # required
+     );
+ 
+-The C<delete_pipeline()> method deletes the pipeline with the specfied ID.
++The C<delete_pipeline()> method deletes the pipeline with the specified ID.
+ 
+ Query string parameters:
+     C<master_timeout>,

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



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