From 2d14894f38383d48b1adaebdbcf92254ed50135c Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 5 Jul 2005 21:44:01 +0000 Subject: [PATCH] typo in comment --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index b1b10352e..8fb16bdf7 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -212,7 +212,7 @@ class Connection: """Called when we receive a message""" msgtxt = msg.getBody() mtype = msg.getType() - subject = msg.getSubject() # if note there it's None + subject = msg.getSubject() # if not there, it's None tim = msg.getTimestamp() tim = time.strptime(tim, '%Y%m%dT%H:%M:%S') tim = time.localtime(timegm(tim))