diff --git a/gramps/gui/spell.py b/gramps/gui/spell.py index d67ed88b1..15d416734 100644 --- a/gramps/gui/spell.py +++ b/gramps/gui/spell.py @@ -67,7 +67,7 @@ if repository.enumerate_versions("GtkSpell"): elif repository.enumerate_versions("Gtkspell"): try: import gi - gi.require_version('GtkSpell', '3.0') + gi.require_version('Gtkspell', '3.0') from gi.repository import Gtkspell HAVE_GTKSPELL = True except: