[libtest-fixme-perl] 07/08: Add patch to fix spelling mistake.

gregor herrmann gregoa at debian.org
Thu Jul 31 18:47:10 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-fixme-perl.

commit 074d5b45afface5422350ddfa4072f970899a90e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 31 20:45:40 2014 +0200

    Add patch to fix spelling mistake.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 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..1017a78
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-07-31
+Forwarded: https://github.com/plicease/Test-Fixme/issues/1
+Bug: https://github.com/plicease/Test-Fixme/issues/1
+
+--- a/README
++++ b/README
+@@ -27,7 +27,7 @@
+ 
+      # FIXME - what about windows that are bigger than the screen?
+     
+-     # FIXME - add checking of user priviledges here.
++     # FIXME - add checking of user privileges here.
+ 
+     Test::Fixme allows you to add a test file that ensures that none of
+     these get forgotten in the module.
+--- a/lib/Test/Fixme.pm
++++ b/lib/Test/Fixme.pm
+@@ -215,7 +215,7 @@
+ 
+  # FIXME - what about windows that are bigger than the screen?
+ 
+- # FIXME - add checking of user priviledges here.
++ # FIXME - add checking of user privileges here.
+ 
+ L<Test::Fixme> allows you to add a test file that ensures that none of
+ these get forgotten in the module.

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



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