From 42206b463d1f14a68763b38f2b4835a5638fa845 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 8 Feb 2013 11:17:27 +0800 Subject: fixes a typo --- src/PYLibPinyin.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/PYLibPinyin.cc') diff --git a/src/PYLibPinyin.cc b/src/PYLibPinyin.cc index 285e52c..0553ec2 100644 --- a/src/PYLibPinyin.cc +++ b/src/PYLibPinyin.cc @@ -242,7 +242,7 @@ LibPinyinBackEnd::modified (void) gboolean LibPinyinBackEnd::importPinyinDictionary(const char * filename) { - /* user phrase library should be loaded here. */ + /* user phrase library should be already loaded here. */ FILE * dictfile = fopen(filename, "r"); if (NULL == dictfile) return FALSE; @@ -282,7 +282,6 @@ LibPinyinBackEnd::importPinyinDictionary(const char * filename) fclose(dictfile); } - gboolean LibPinyinBackEnd::clearPinyinUserData (const char * target) { -- cgit