diff options
author | mathieui <mathieui@mathieui.net> | 2013-04-23 12:37:47 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-04-23 12:37:47 +0200 |
commit | 9661854611617a06479a6d21bf6608d2faf07046 (patch) | |
tree | 8f9e9813f817046f1ecce6c2025ddc8452c292a4 | |
parent | 62787af60728b4f0f7f30c93cdda102b20dc50cf (diff) | |
download | poezio-9661854611617a06479a6d21bf6608d2faf07046.tar.gz poezio-9661854611617a06479a6d21bf6608d2faf07046.tar.bz2 poezio-9661854611617a06479a6d21bf6608d2faf07046.tar.xz poezio-9661854611617a06479a6d21bf6608d2faf07046.zip |
Typo
-rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
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=''): |