aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stardict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stardict.h b/src/stardict.h
index 920b41f..5ebccde 100644
--- a/src/stardict.h
+++ b/src/stardict.h
@@ -192,7 +192,7 @@ struct stardict_entry_field
{
gchar type; ///< Type of entry (EntryFieldType)
gpointer data; ///< Raw data or null-terminated string
- gsize data_size; ///< Size of data, includding any \0
+ gsize data_size; ///< Size of data, including any \0
};
struct stardict_entry