diff --git a/src/calibre/spell/dictionary.py b/src/calibre/spell/dictionary.py index 839468ec94..8906caed6c 100644 --- a/src/calibre/spell/dictionary.py +++ b/src/calibre/spell/dictionary.py @@ -348,6 +348,8 @@ class Dictionaries(object): ans = d.obj.recognized(word) except ValueError: pass + else: + ans = True self.word_cache[key] = ans return ans