[cpp-sp] 31/37: New patches fixing typos

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:47:57 EST 2018


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

scantor pushed a commit to annotated tag debian/2.5.5+dfsg1-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=9cda82ecb248b7889e01df49625b61f845c0db18

commit 9cda82ecb248b7889e01df49625b61f845c0db18
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Sun Jan 24 19:02:38 2016 +0100

    New patches fixing typos
    
    Fix typo: acccepted -> accepted
    Fix typo: paremeter -> parameter
---
 debian/patches/Fix-typo-acccepted-accepted.patch  | 21 +++++++++++++++++++++
 debian/patches/Fix-typo-paremeter-parameter.patch | 21 +++++++++++++++++++++
 debian/patches/series                             |  2 ++
 3 files changed, 44 insertions(+)

diff --git a/debian/patches/Fix-typo-acccepted-accepted.patch b/debian/patches/Fix-typo-acccepted-accepted.patch
new file mode 100644
index 0000000..0b42d74
--- /dev/null
+++ b/debian/patches/Fix-typo-acccepted-accepted.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi at niif.hu>
+Date: Sun, 24 Jan 2016 19:00:57 +0100
+Subject: Fix typo: acccepted -> accepted
+
+---
+ apache/mod_shib.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/apache/mod_shib.cpp b/apache/mod_shib.cpp
+index 5652713..9bd6c18 100644
+--- a/apache/mod_shib.cpp
++++ b/apache/mod_shib.cpp
+@@ -1168,7 +1168,7 @@ bool htAccessControl::checkAttribute(const SPRequest& request, const Attribute*
+             auto_arrayptr<XMLCh> trans(fromUTF8(v->c_str()));
+             if (re->matches(trans.get())) {
+                 if (request.isPriorityEnabled(SPRequest::SPDebug))
+-                    request.log(SPRequest::SPDebug, string("htaccess: expecting regexp ") + toMatch + ", got " + *v + ": acccepted");
++                    request.log(SPRequest::SPDebug, string("htaccess: expecting regexp ") + toMatch + ", got " + *v + ": accepted");
+                 return true;
+             }
+         }
diff --git a/debian/patches/Fix-typo-paremeter-parameter.patch b/debian/patches/Fix-typo-paremeter-parameter.patch
new file mode 100644
index 0000000..83f4381
--- /dev/null
+++ b/debian/patches/Fix-typo-paremeter-parameter.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi at niif.hu>
+Date: Sun, 24 Jan 2016 19:01:52 +0100
+Subject: Fix typo: paremeter -> parameter
+
+---
+ adfs/adfs.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/adfs/adfs.cpp b/adfs/adfs.cpp
+index 7e6d20d..c74912f 100644
+--- a/adfs/adfs.cpp
++++ b/adfs/adfs.cpp
+@@ -1030,7 +1030,7 @@ pair<bool,long> ADFSLogout::run(SPRequest& request, bool isHandler) const
+         if (!strcmp(param, "wsignin1.0"))
+             return m_login.run(request, isHandler);
+         else if (strcmp(param, "wsignout1.0") && strcmp(param, "wsignoutcleanup1.0"))
+-            throw FatalProfileException("Unsupported WS-Federation action paremeter ($1).", params(1, param));
++            throw FatalProfileException("Unsupported WS-Federation action parameter ($1).", params(1, param));
+     }
+     else if (strcmp(request.getMethod(),"GET") || !request.getParameter("notifying"))
+         throw FatalProfileException("Unsupported request to ADFS protocol endpoint.");
diff --git a/debian/patches/series b/debian/patches/series
index fadf745..604f45c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,5 @@ keygen-improvements-for-Debian.patch
 Avoid-libtool-silent-flag.patch
 Remove-WSTrust-schema-references.patch
 Debianize-the-systemd-service-file-of-shibd.patch
+Fix-typo-acccepted-accepted.patch
+Fix-typo-paremeter-parameter.patch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list