[cpp-sp] branch master updated: Fix misspelled error message.

Scott Cantor cantor.2 at osu.edu
Mon Jul 25 20:03:21 EDT 2016


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

scantor pushed a commit to branch master
in repository cpp-sp.

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

The following commit(s) were added to refs/heads/master by this push:
       new  b173bb1   Fix misspelled error message.
b173bb1 is described below

commit b173bb1a6ebed015b50cdb5123a8961cb66044a6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 25 20:03:22 2016 -0400

    Fix misspelled error message.
---
 .autotools                              | 1 +
 shibsp/remoting/impl/SocketListener.cpp | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.autotools b/.autotools
index 3ce9b62..7324c77 100644
--- a/.autotools
+++ b/.autotools
@@ -29,6 +29,7 @@
 <option id="program-prefix" value=""/>
 <option id="program-suffix" value=""/>
 <option id="program-transform-name" value=""/>
+<option id="env_vars" value=""/>
 <option id="enable-maintainer-mode" value="false"/>
 <flag id="CFLAGS" value="CFLAGS|CXXFLAGS">
 <flagvalue id="cflags-debug" value="false"/>
diff --git a/shibsp/remoting/impl/SocketListener.cpp b/shibsp/remoting/impl/SocketListener.cpp
index 8951175..37a6716 100644
--- a/shibsp/remoting/impl/SocketListener.cpp
+++ b/shibsp/remoting/impl/SocketListener.cpp
@@ -126,7 +126,7 @@ SocketListener::ShibSocket SocketPool::connect()
     if (!connected) {
         m_log.crit("socket server unavailable, failing");
         m_listener->close(sock);
-        throw ListenerException("Cannot connect to shibd process, a site adminstrator should be notified.");
+        throw ListenerException("Cannot connect to shibd process, a site administrator should be notified that this web server has malfunctioned.");
     }
 
     m_log.debug("socket (%u) connected successfully", sock);

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


More information about the commits mailing list