summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2012-04-12 12:29:52 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-04-12 12:29:52 +0000
commitdc6bfd2495a8304ce7d1498f1e027e8b0b8e5543 (patch)
treea44712986567d7295d289192f09bbf0ac75fd122
parent54b66615f2d3d7df09ce300abbe297d03bff631e (diff)
downloadeet-dc6bfd2495a8304ce7d1498f1e027e8b0b8e5543.tar.gz
typofix!
SVN revision: 70142
-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 10d94f5..96c8939 100644
--- a/src/lib/Eet.h
+++ b/src/lib/Eet.h
@@ -587,7 +587,7 @@ eet_mode_get(Eet_File *ef);
* was opened for write, and free all data associated with the file handle
* and file, and close the file. If it was opened for read (or read/write),
* the file handle may still be held open internally for caching purposes.
- * To flush speuclatively held eet file handles use eet_clearcache().
+ * To flush speculatively held eet file handles use eet_clearcache().
*
* If the eet file handle is not valid nothing will be done.
*