[CalendarServer-changes] [7795] CalendarServer/trunk/twistedcaldav/method/put_common.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 14 13:09:05 PDT 2011


Revision: 7795
          http://trac.macosforge.org/projects/calendarserver/changeset/7795
Author:   exarkun at twistedmatrix.com
Date:     2011-07-14 13:09:05 -0700 (Thu, 14 Jul 2011)
Log Message:
-----------
Fix a typo in the exception for one of the "Too many attendees" cases

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/method/put_common.py

Modified: CalendarServer/trunk/twistedcaldav/method/put_common.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/put_common.py	2011-07-14 19:28:38 UTC (rev 7794)
+++ CalendarServer/trunk/twistedcaldav/method/put_common.py	2011-07-14 20:09:05 UTC (rev 7795)
@@ -309,7 +309,7 @@
                         ErrorResponse(
                             responsecode.FORBIDDEN,
                             MaxAttendeesPerInstance.fromString(str(config.MaxAttendeesPerInstance)),
-                            "Too many attendees in calenbdar data",
+                            "Too many attendees in calendar data",
                         )
                     )
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110714/ef99ee07/attachment.html>


More information about the calendarserver-changes mailing list