[libconfig-model-openssh-perl] 04/05: Add patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Sun Aug 25 14:51:31 UTC 2013


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

gregoa pushed a commit to branch master
in repository libconfig-model-openssh-perl.

commit 530dc77f0ea400074b6ad9d8a3cc4d310b949f16
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 25 16:49:56 2013 +0200

    Add patch to fix a spelling mistake.
---
 debian/patches/series         |    1 +
 debian/patches/spelling.patch |   27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 220f3cc..ea3ea8f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 test-failure.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..078192e
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: spelling fix
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-08-25
+
+--- a/lib/Config/Model/models/Sshd/MatchBlock.pl
++++ b/lib/Config/Model/models/Sshd/MatchBlock.pl
+@@ -25,7 +25,7 @@
+       'Condition',
+       {
+         'type' => 'node',
+-        'description' => 'Specify the condition (User, Group, Host, Adress) necessary for this Match block to be applied',
++        'description' => 'Specify the condition (User, Group, Host, Address) necessary for this Match block to be applied',
+         'config_class_name' => 'Sshd::MatchCondition'
+       },
+       'Settings',
+--- a/lib/Config/Model/models/Sshd/MatchBlock.pod
++++ b/lib/Config/Model/models/Sshd/MatchBlock.pod
+@@ -15,7 +15,7 @@
+ 
+ =head2 Condition
+ 
+-Specify the condition (User, Group, Host, Adress) necessary for this Match block to be applied. I<< Optional. Type node of class L<Sshd::MatchCondition|Config::Model::models::Sshd::MatchCondition> .  >> 
++Specify the condition (User, Group, Host, Address) necessary for this Match block to be applied. I<< Optional. Type node of class L<Sshd::MatchCondition|Config::Model::models::Sshd::MatchCondition> .  >>
+ 
+ =head2 Settings
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-openssh-perl.git



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