[libapache2-authenntlm-perl] 10/12: Add a patch to fix some spelling mistakes.

gregor herrmann gregoa at debian.org
Fri Feb 21 17:44:12 UTC 2014


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

gregoa pushed a commit to branch master
in repository libapache2-authenntlm-perl.

commit a071c6837316302cb2a0c3a17fa791aa2357dd9e
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Feb 21 18:42:23 2014 +0100

    Add a patch to fix some spelling mistakes.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 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..0320cdb
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,38 @@
+Description: spelling fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=93229
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93229
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-02-21
+
+--- a/AuthenNTLM.pm
++++ b/AuthenNTLM.pm
+@@ -754,7 +754,7 @@
+ To support users that aren't using Internet Explorer, Apache2::AuthenNTLM can
+ also perform basic authentication depending on its configuration.
+ 
+-B<IMPORTANT:> NTLM authentification works only when KeepAlive is on. (If you have set ntlmdebug 2, and see that there is no return message (type 3), check your httpd.conf file for "KeepAlive Off".  If KeepAlive Off, then change it to KeepAlive On, restart Apache, and test again).   
++B<IMPORTANT:> NTLM authentication works only when KeepAlive is on. (If you have set ntlmdebug 2, and see that there is no return message (type 3), check your httpd.conf file for "KeepAlive Off".  If KeepAlive Off, then change it to KeepAlive On, restart Apache, and test again).
+ 
+ 
+ =head1 CONFIGURATION
+@@ -878,7 +878,7 @@
+ 
+ =head2 $self -> get_config ($r)
+ 
+-Will be called after the object is setup to read in configuration informations.
++Will be called after the object is setup to read in configuration information.
+ The $r -> dir_config can be used for that purpose.
+ 
+ =head2 $self -> get_nonce ($r)
+--- a/smb/smbval/smblib-util.c
++++ b/smb/smbval/smblib-util.c
+@@ -743,7 +743,7 @@
+ 
+ static char *SMBlib_Error_Messages[] = {
+ 
+-  "Request completed sucessfully.",
++  "Request completed successfully.",
+   "Server returned a non-zero SMB Error Class and Code.",
+   "A lower layer protocol error occurred.",
+   "Function not yet implemented.",

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



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