Skip to content

Commit

Permalink
Fix codespell errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetox committed May 21, 2020
1 parent da6f5fc commit 7d953d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gajim/common/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ def replace_roster(self, account_name, roster_version, roster):
roster is the new version.
"""
# First we must reset roster_version value to ensure that the server
# sends back all the roster at the next connexion if the replacement
# sends back all the roster at the next connection if the replacement
# didn't work properly.
app.config.set_per('accounts', account_name, 'roster_version', '')

Expand Down
2 changes: 1 addition & 1 deletion gajim/roster_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -5356,7 +5356,7 @@ def __init__(self, application):
self.starting_filtering = False
# Number of renderers plugins added
self.nb_ext_renderers = 0
# When we quit, rememver if we already saved config once
# When we quit, remember if we already saved config once
self.save_done = False

# [icon, name, type, jid, account, editable, mood_pixbuf,
Expand Down

0 comments on commit 7d953d6

Please sign in to comment.