summaryrefslogtreecommitdiff
path: root/src/lib/Eet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Eet.h')
-rw-r--r--src/lib/Eet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Eet.h b/src/lib/Eet.h
index 3499d97..7a722bf 100644
--- a/src/lib/Eet.h
+++ b/src/lib/Eet.h
@@ -2466,7 +2466,7 @@ eet_data_descriptor3_new(const Eet_Data_Descriptor_Class *eddc);
* a network or more.
*
* This function specially ignores str_direct_alloc and str_direct_free. It
- * is useful when the eet_data you are reading doesn't have a dictionnary,
+ * is useful when the eet_data you are reading doesn't have a dictionary,
* like network stream or IPC. It also mean that all string will be allocated
* and duplicated in memory.
*