[libfont-freetype-perl] 08/10: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Sat Feb 22 17:02:03 UTC 2014


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

gregoa pushed a commit to branch master
in repository libfont-freetype-perl.

commit 810dc4f154ae58c10c1bded798243024db72aaa6
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 18:00:19 2014 +0100

    Add a patch to fix a spelling mistake.
---
 debian/patches/03_spelling.patch | 13 +++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/03_spelling.patch b/debian/patches/03_spelling.patch
new file mode 100644
index 0000000..e000cd5
--- /dev/null
+++ b/debian/patches/03_spelling.patch
@@ -0,0 +1,13 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix a typo
+--- a/FreeType.xs
++++ b/FreeType.xs
+@@ -165,7 +165,7 @@
+         ++errmap;
+     }
+ 
+-    croak("error %s: unkown error code", desc);
++    croak("error %s: unknown error code", desc);
+ }
+ 
+ static SV *
diff --git a/debian/patches/series b/debian/patches/series
index fa8e7b9..b26cb87 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01_build_fix.patch
 02_new_functions.patch
+03_spelling.patch

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



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