summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjeev BA <as2902.b@samsung.com>2011-11-24 15:15:23 +0000
committerSanjeev BA <iamsanjeev@gmail.com>2011-11-24 15:15:23 +0000
commit4c488faa99174a9c9cf9596b661f4961b0386fa8 (patch)
tree6168549f0ae0d5b0a32373f93744ffce2e669eb9
parent4c4b8b9c29a7592841f6febfa511f4282f059cb6 (diff)
downloadeet-4c488faa99174a9c9cf9596b661f4961b0386fa8.tar.gz
Fix a few typos.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com> SVN revision: 65577
-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 a228137..8fda1e0 100644
--- a/src/lib/Eet.h
+++ b/src/lib/Eet.h
@@ -959,7 +959,7 @@ eet_write_cipher(Eet_File *ef,
* will be 1 or 0, denoting if the alpha channel of the image is used or not.
* If the image was losslessly compressed, the @p compress parameter will hold
* the compression amount used, ranging from 0 to 9 and @p lossy will be 0.
- * In the case of lossy compression, @p lossy will be 1, and the compreesion
+ * In the case of lossy compression, @p lossy will be 1, and the compression
* quality will be placed under @p quality, with a value ranging from 0 to 100.
*
* @see eet_data_image_header_decode()