[libmarc-spec-perl] 02/03: Patch: fix spelling error in manpage
Mirko Tietgen
drojf-guest at moszumanska.debian.org
Thu Mar 23 15:59:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
drojf-guest pushed a commit to branch master
in repository libmarc-spec-perl.
commit 0eea1920d7b5513e2bd131e31621c8b6323d9ad2
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date: Thu Mar 23 16:56:59 2017 +0100
Patch: fix spelling error in manpage
---
debian/patches/series | 1 +
debian/patches/spelling-error-in-manpage.patch | 17 +++++++++++++++++
lib/MARC/Spec/Parser.pm | 2 +-
3 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..9c115e7
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: Fix spelling error in manpage
+Author: Mirko Tietgen <mirko at abunchofthings.net>
+Forwarded: https://github.com/MARCspec/MARC-Spec/pull/6
+Last-Update: 2017-03-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/lib/MARC/Spec/Parser.pm
++++ b/lib/MARC/Spec/Parser.pm
+@@ -327,7 +327,7 @@
+
+ =head2 spec
+
+-Obligatory. The parameter string the MARC::Spec::Parser was instanciated with.
++Obligatory. The parameter string the MARC::Spec::Parser was instantiated with.
+
+ =head2 marcspec
+
diff --git a/lib/MARC/Spec/Parser.pm b/lib/MARC/Spec/Parser.pm
index 14dfc0b..0d0aced 100644
--- a/lib/MARC/Spec/Parser.pm
+++ b/lib/MARC/Spec/Parser.pm
@@ -327,7 +327,7 @@ MARCspec as string.
=head2 spec
-Obligatory. The parameter string the MARC::Spec::Parser was instanciated with.
+Obligatory. The parameter string the MARC::Spec::Parser was instantiated with.
=head2 marcspec
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmarc-spec-perl.git
More information about the Pkg-perl-cvs-commits
mailing list