summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2007-10-29 11:12:12 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2007-10-29 11:12:12 +0000
commitb9acce52f539a064e7b429d9d4fc4f9c6ec11dfe (patch)
tree1dbab5e943b409928804bbd306d406601632f4b7
parentf337ea4518883497f0c7ba1ce516a19776eb60b1 (diff)
downloadenchant-b9acce52f539a064e7b429d9d4fc4f9c6ec11dfe.tar.gz
s/struct enchant_dict/EnchantDict. for consistency's sake
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@22215 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/aspell/aspell_provider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aspell/aspell_provider.c b/src/aspell/aspell_provider.c
index 2d1529f..a7956f7 100644
--- a/src/aspell/aspell_provider.c
+++ b/src/aspell/aspell_provider.c
@@ -162,7 +162,7 @@ aspell_dict_add_to_session (EnchantDict * me,
}
static void
-aspell_dict_store_replacement (struct str_enchant_dict * me,
+aspell_dict_store_replacement (EnchantDict * me,
const char *const mis, size_t mis_len,
const char *const cor, size_t cor_len)
{