[CalendarServer-changes] [14305] CalendarServer/trunk/contrib/performance/loadtest/subscribe.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jan 14 14:41:19 PST 2015


Revision: 14305
          http://trac.calendarserver.org//changeset/14305
Author:   sagen at apple.com
Date:     2015-01-14 14:41:19 -0800 (Wed, 14 Jan 2015)
Log Message:
-----------
Found a typo

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/subscribe.py

Modified: CalendarServer/trunk/contrib/performance/loadtest/subscribe.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/subscribe.py	2015-01-14 21:52:32 UTC (rev 14304)
+++ CalendarServer/trunk/contrib/performance/loadtest/subscribe.py	2015-01-14 22:41:19 UTC (rev 14305)
@@ -6,7 +6,7 @@
 
 
     def cancel(self):
-        self.peridical.subscriptions.remove(self)
+        self.periodical.subscriptions.remove(self)
 
 
     def issue(self, issue):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150114/e536640e/attachment-0001.html>


More information about the calendarserver-changes mailing list