This commit is contained in:
Sam Manzi 2016-04-24 09:54:17 +10:00
parent 7e58e2254d
commit 050e68e3e4
No known key found for this signature in database
GPG Key ID: F4A16068AE36B402

View File

@ -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: