[telepathy-gabble/telepathy-gabble-0.8] fix typos

Dafydd Harries dafydd.harries at collabora.co.uk
Mon Sep 14 12:26:06 PDT 2009


---
 tests/twisted/servicetest.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py
index c8d8372..1137c3f 100644
--- a/tests/twisted/servicetest.py
+++ b/tests/twisted/servicetest.py
@@ -86,7 +86,7 @@ class BaseEventQueue:
         if self.verbose:
             print s
 
-    def log_event(self, e):
+    def log_event(self, event):
         if self.verbose:
             self.log('got event:')
 
@@ -419,7 +419,7 @@ def assertEquals(expected, value):
 def assertNotEquals(expected, value):
     if expected == value:
         raise AssertionError(
-            "expected something other than:\n%s" % pretty(value)
+            "expected something other than:\n%s" % pretty(value))
 
 def assertContains(element, value):
     if element not in value:
-- 
1.5.6.5



More information about the telepathy-commits mailing list