From 9661854611617a06479a6d21bf6608d2faf07046 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 23 Apr 2013 12:37:47 +0200 Subject: Typo --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core.py b/src/core.py index 68c7f241..6d882835 100644 --- a/src/core.py +++ b/src/core.py @@ -2306,7 +2306,7 @@ class Core(object): if self.pending_invites: build = "You are invited to the following rooms:\n" + build else: - build = "You are do not have any pending invitation." + build = "You do not have any pending invitations." self.information(build, 'Info') def command_quit(self, arg=''): -- cgit v1.2.3