[libapache-htpasswd-perl] 22/24: Add spelling.patch.

gregor herrmann gregoa at debian.org
Fri Sep 8 21:38:18 UTC 2017


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

gregoa pushed a commit to branch master
in repository libapache-htpasswd-perl.

commit 40c9e2afdd8f5f32dff4aa5ade94ced41a687d44
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Sep 8 23:34:50 2017 +0200

    Add spelling.patch.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 61 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 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..4d1d671
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,61 @@
+Description: spelling mistakes
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=88519
+Forwarded: not-needed, taken from CPAN RT
+Author: dsteinbrunner [...] pobox.com
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-09-08
+
+--- a/Htpasswd.pm
++++ b/Htpasswd.pm
+@@ -192,7 +192,7 @@
+     my @cache;
+     my $return;
+ 
+-    # Loop through the file, building a cache of exising records
++    # Loop through the file, building a cache of existing records
+     # which don't match the Id.
+ 
+     $self->_open();
+@@ -624,12 +624,12 @@
+ 			       UseMD5     => 1,
+ 			     });
+ 
+-This is the prefered way to instantiate an object. The 'ReadOnly' param
++This is the perferred way to instantiate an object. The 'ReadOnly' param
+ is optional, and will open the file in read-only mode if used. The 'UseMD5'
+ is also optional: it will force MD5 password under Unix.
+ 
+ If you want to support plain un-encrypted passwords, then you need to set
+-the UsePlain option (this is NOT recommended, but might be necesary in some
++the UsePlain option (this is NOT recommended, but might be necessary in some
+ situations)
+ 
+ =item error;
+@@ -709,7 +709,7 @@
+ =item CryptPasswd("password", "salt");
+ 
+ Will return an encrypted password using 'crypt'. If I<salt> is
+-ommitted, a salt will be created.
++omitted, a salt will be created.
+ 
+ =back
+ 
+@@ -801,7 +801,7 @@
+ 
+ =head1 BUGS
+ 
+-None known at time of writting.
++None known at time of writing.
+ 
+ =head1 AUTHOR INFORMATION
+ 
+@@ -816,7 +816,7 @@
+ Address bug reports and comments to:
+ kmeltz at cpan.org
+ 
+-The author makes no warranties, promises, or gaurentees of this software. As with all
++The author makes no warranties, promises, or guarantees of this software. As with all
+ software, use at your own risk.
+ 
+ =head1 SEE ALSO

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



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