[Zope3-checkins] CVS: Zope3/src/zope/exceptions - unauthorized.py:1.8
Fred L. Drake, Jr.
fred@zope.com
Mon, 30 Jun 2003 13:10:18 -0400
Update of /cvs-repository/Zope3/src/zope/exceptions
In directory cvs.zope.org:/tmp/cvs-serv25922
Modified Files:
unauthorized.py
Log Message:
fix typo
=== Zope3/src/zope/exceptions/unauthorized.py 1.7 => 1.8 ===
--- Zope3/src/zope/exceptions/unauthorized.py:1.7 Mon Jun 30 12:26:38 2003
+++ Zope3/src/zope/exceptions/unauthorized.py Mon Jun 30 13:10:18 2003
@@ -69,7 +69,7 @@
elif self.value is not None:
return ("You are not allowed to access %s in this context"
% self.getValueName())
- return "Your are not authorized"
+ return "You are not authorized"
def getValueName(self):