summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-02-07 11:44:38 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-02-07 11:44:38 +0800
commit5b7bd78a4df238d1c57c952b85ec46227ad0c86a (patch)
tree08e7c60164e9f63d46bda8b04f6cd732fad59bbc
parent194feaf505333003664e8f7d134d25069fcbb3a3 (diff)
downloadibus-anthy-5b7bd78a4df238d1c57c952b85ec46227ad0c86a.tar.gz
Fix a typo in engine.py.
-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