Index: graphspell/spellchecker.py ================================================================== --- graphspell/spellchecker.py +++ graphspell/spellchecker.py @@ -35,11 +35,11 @@ if not sfDictionary: return None try: return ibdawg.IBDAWG(sfDictionary) except: - print("Error: <" + sDicName + "> not loaded.") + print("Error: <" + sfDictionary + "> not loaded.") traceback.print_exc() return None def setMainDictionary (self, sfDictionary): "returns True if the dictionary is loaded"