diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-03 23:15:59 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-03 23:15:59 +0200 |
commit | dd2bd04a07030f15e6eb6875041f95c74023dd35 (patch) | |
tree | eebb3f1bc34aefe38626a17903d7c5eaf8d2f7fb /src | |
parent | bbe22712fe551e8ee79726002725cfc211086024 (diff) | |
download | tdv-dd2bd04a07030f15e6eb6875041f95c74023dd35.tar.gz tdv-dd2bd04a07030f15e6eb6875041f95c74023dd35.tar.xz tdv-dd2bd04a07030f15e6eb6875041f95c74023dd35.zip |
Fix a typo
Diffstat (limited to 'src')
-rw-r--r-- | src/stardict.h | 2 |
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 |