From 9dd5f0b4dee221db713ad8f36f9c23ea5bee7045 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 4 Oct 2016 00:54:57 +0200 Subject: "information" is already plural, fix wording --- poezio/core/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poezio/core') diff --git a/poezio/core/core.py b/poezio/core/core.py index 3f435aa3..f9d30cfe 100644 --- a/poezio/core/core.py +++ b/poezio/core/core.py @@ -77,7 +77,7 @@ class Core(object): self.bookmarks = BookmarkList() self.debug = False self.remote_fifo = None - # a unique buffer used to store global informations + # a unique buffer used to store global information # that are displayed in almost all tabs, in an # information window. self.information_buffer = TextBuffer() @@ -926,7 +926,7 @@ class Core(object): def get_error_message(self, stanza, deprecated=False): """ Takes a stanza of the form - and return a well formed string containing the error informations + and return a well formed string containing error information """ sender = stanza['from'] msg = stanza['error']['type'] -- cgit v1.2.3