summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 06a27a9..3499d97 100644
--- a/src/lib/Eet.h
+++ b/src/lib/Eet.h
@@ -626,7 +626,7 @@ eet_dictionary_get(Eet_File *ef);
*
* This checks the given dictionary to see if the given string is actually
* inside that dictionary (i.e. comes from it) and returns 1 if it does.
- * If the dictionary handle is invlide, the string is NULL or the string is
+ * If the dictionary handle is invalid, the string is NULL or the string is
* not in the dictionary, 0 is returned.
*
* @since 1.0.0