From 050e68e3e4065f7f8ee5ac74ae21a15be06b9d5c Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Sun, 24 Apr 2016 09:54:17 +1000 Subject: [PATCH] Spelling --- gramps/gui/spell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: