summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/engine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/engine.py b/engine/engine.py
index 3a8f92e..debcdc5 100644
--- a/engine/engine.py
+++ b/engine/engine.py
@@ -675,7 +675,7 @@ class Engine(ibus.EngineBase):
return True
index = keyval - keysyms._1
- candidates = self.__lookup_table.get_canidates_in_current_page()
+ candidates = self.__lookup_table.get_candidates_in_current_page()
if self.__lookup_table.set_cursor_pos_in_current_page(index):
index = self.__lookup_table.get_cursor_pos()
candidate = self.__lookup_table.get_current_candidate().text