Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/connection.py')
-rw-r--r--src/common/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/connection.py b/src/common/connection.py
index 9aa9aa3bc..0393201d5 100644
--- a/src/common/connection.py
+++ b/src/common/connection.py
@@ -1542,7 +1542,7 @@ class Connection(ConnectionHandlers):
# Not in special table, get it from messages DB
last_log = gajim.logger.get_last_date_that_has_logs(room_jid,
is_room = True)
- # Create self.last_history_time[room_jid] even if not logging,
+ # Create self.last_history_time[room_jid] even if not logging,
# could be used in connection_handlers
if last_log is None:
last_log = 0