ami pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=26eecda458de93f2a0bd5cea471861406c43225d

commit 26eecda458de93f2a0bd5cea471861406c43225d
Author: Amitesh Singh <singh.amit...@gmail.com>
Date:   Mon Sep 28 21:50:51 2015 +0530

    eet: fix typo in documentation
---
 src/lib/eet/Eet.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eet/Eet.h b/src/lib/eet/Eet.h
index 8ffc1b8..62074fd 100644
--- a/src/lib/eet/Eet.h
+++ b/src/lib/eet/Eet.h
@@ -4192,7 +4192,7 @@ eet_data_descriptor_decode_cipher(Eet_Data_Descriptor 
*edd,
  * serialised chunk of data that can be decoded again by
  * eet_data_descriptor_decode(). This is useful for being able to transmit
  * data structures across sockets, pipes, IPC or shared file mechanisms,
- * without having to worry about memory space, machine type, endianess etc.
+ * without having to worry about memory space, machine type, endianness etc.
  *
  * The parameter @p edd must point to a valid data descriptor, and
  * @p data_in must point to the right data structure to encode. If not, the

-- 


Reply via email to