[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/security/_proxy.c fixed error message typo

Jim Fulton jim at zope.com
Fri Jul 2 18:11:26 EDT 2004


Log message for revision 26078:
fixed error message typo



-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/security/_proxy.c
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/security/_proxy.c	2004-07-02 22:04:49 UTC (rev 26077)
+++ Zope3/branches/ZopeX3-3.0/src/zope/security/_proxy.c	2004-07-02 22:11:26 UTC (rev 26078)
@@ -262,7 +262,7 @@
 
   if (checker == Py_None)
     {
-      PyErr_SetString(PyExc_ValueError, "None passed as checker proxy");
+      PyErr_SetString(PyExc_ValueError, "None passed as proxy checker");
       return NULL;
     }
 



More information about the Zope3-Checkins mailing list