I blame this one on raster

SVN revision: 61911
This commit is contained in:
Mike Blumenkrantz 2011-07-29 22:17:16 +00:00
parent 3c3bfa84bf
commit be17bbd121
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ eet_dictionary_get(Eet_File *ef);
* *
* This checks the given dictionary to see if the given string is actually * 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. * 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. * not in the dictionary, 0 is returned.
* *
* @since 1.0.0 * @since 1.0.0