summaryrefslogtreecommitdiffstats
path: root/src/include/novel_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/novel_types.h')
-rw-r--r--src/include/novel_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index 66c2477..d9d9e65 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -135,7 +135,7 @@ typedef GArray * ChewingKeyRestVector;
/* Array of phrase_token_t */
typedef GArray * TokenVector;
-typedef TokenVector MatchResults;
+typedef TokenVector MatchResult;
/* Array of lookup_constraint_t */
typedef GArray * CandidateConstraints;