From 26eecda458de93f2a0bd5cea471861406c43225d Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Mon, 28 Sep 2015 21:50:51 +0530 Subject: [PATCH] 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 8ffc1b8b39..62074fd40d 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