Fix a spelling snafu
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 5 Mar 2003 20:30:16 +0000 (20:30 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 5 Mar 2003 20:30:16 +0000 (20:30 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@333 cb58f699-b61c-0410-a6fe-9272a202ed29

shib-target/shib-rpcerror.cpp

index 6da8cc7..a3e7f57 100644 (file)
@@ -240,11 +240,11 @@ const char* RPCError::getDesc()
     if (i.hasNext() &&
        XMLString::compareString(L(Responder),i.next().getLocalName()))
       return
-       "An error occurred at the target system while proccessing your request";
+       "An error occurred at the target system while processing your request";
     else
-      return "An error occurred at your origin site while proccessing your request";
+      return "An error occurred at your origin site while processing your request";
   } else
-    return "An error occurred proccessing your request";
+    return "An error occurred processing your request";
 }
 
 int RPCError::getCode() { return m_priv->status; }