summaryrefslogtreecommitdiffstats
path: root/src/include/novel_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/novel_types.h')
-rwxr-xr-xsrc/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 2d31039..6f33a9e 100755
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -105,7 +105,7 @@ struct BigramPhraseItem{
struct BigramPhraseItemWithCount{
phrase_token_t m_token;
- guint32 m_cout;
+ guint32 m_count;
gfloat m_freq; /* P(W2|W1) */
};