summaryrefslogtreecommitdiff
path: root/ibus
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-10-13 08:14:58 +0900
committerPeng Huang <shawn.p.huang@gmail.com>2010-10-13 08:14:58 +0900
commit27d8ca4935b75269ca9480806942819381f5a140 (patch)
tree819581fe1fd1390fb434c4f27bba70fd463044fe /ibus
parent53e303cf41236186b43e4e9c9e90c52582c020c0 (diff)
downloadibus-27d8ca4935b75269ca9480806942819381f5a140.tar.gz
Fix a typo.
Diffstat (limited to 'ibus')
-rw-r--r--ibus/property.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ibus/property.py b/ibus/property.py
index d4f87ecb..a7ea5a95 100644
--- a/ibus/property.py
+++ b/ibus/property.py
@@ -185,7 +185,7 @@ class PropList(Serializable):
def append(self, prop):
self.__props.append(prop)
- def prepand(self, prop):
+ def prepend(self, prop):
self.__props.insert(0, prop)
def insert(self, index, prop):