summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2011-07-29 22:17:16 +0000
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2011-07-29 22:17:16 +0000
commitc6625ab2e9dfafaff9284020f60d1f9347f525eb (patch)
tree1ed2acfeab9b9017ee00ef74c7ed5901dac21881
parent81453d8ec2880e8de59a742655b30c8d9b94d2c5 (diff)
downloadeet-c6625ab2e9dfafaff9284020f60d1f9347f525eb.tar.gz
I blame this one on raster
SVN revision: 61911
-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