Fix a few typos.
authorSanjeev BA <as2902.b@samsung.com>
Thu, 24 Nov 2011 15:15:23 +0000 (15:15 +0000)
committersanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 24 Nov 2011 15:15:23 +0000 (15:15 +0000)
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@65577 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Eet.h

index a228137..8fda1e0 100644 (file)
@@ -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()