aboutsummaryrefslogtreecommitdiff
path: root/src/stardict.h
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-03 23:15:59 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-03 23:15:59 +0200
commitdd2bd04a07030f15e6eb6875041f95c74023dd35 (patch)
treeeebb3f1bc34aefe38626a17903d7c5eaf8d2f7fb /src/stardict.h
parentbbe22712fe551e8ee79726002725cfc211086024 (diff)
downloadtdv-dd2bd04a07030f15e6eb6875041f95c74023dd35.tar.gz
tdv-dd2bd04a07030f15e6eb6875041f95c74023dd35.tar.xz
tdv-dd2bd04a07030f15e6eb6875041f95c74023dd35.zip
Fix a typo
Diffstat (limited to 'src/stardict.h')
-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