Spellcheck all plugins

This commit is contained in:
Alexander Krotov
2018-06-29 01:05:33 +03:00
committed by Philipp Hörist
parent 6e430a3ee4
commit 5fc7a77526
15 changed files with 41 additions and 40 deletions

View File

@@ -112,7 +112,7 @@ class Base(object):
if event.type == Gdk.EventType.BUTTON_PRESS and event.button.button == 1:
# left mouse button clicked
begin_iter = iter_.copy()
# we get the begining of the tag
# we get the beginning of the tag
while not begin_iter.begins_tag(texttag):
begin_iter.backward_char()
end_iter = iter_.copy()