summaryrefslogtreecommitdiff
path: root/poezio/core
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-04 00:54:57 +0200
committermathieui <mathieui@mathieui.net>2016-10-04 00:54:57 +0200
commit9dd5f0b4dee221db713ad8f36f9c23ea5bee7045 (patch)
treebdc1d522311aea5e2024bb9097a5939c9a60ab7a /poezio/core
parentf1bfec332f168364ada51254bce950700a1f5731 (diff)
downloadpoezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.gz
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.bz2
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.tar.xz
poezio-9dd5f0b4dee221db713ad8f36f9c23ea5bee7045.zip
"information" is already plural, fix wording
Diffstat (limited to 'poezio/core')
-rw-r--r--poezio/core/core.py4
1 files changed, 2 insertions, 2 deletions
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 <message type='error'><error/></message>
- 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']