From: cedric Date: Mon, 6 Sep 2010 10:54:52 +0000 (+0000) Subject: * eet: fix typo, thanks batden. X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=427f52cf7b4bc230ac17f758f454903ac7a0e7fc;p=profile%2Fivi%2Feet.git * eet: fix typo, thanks batden. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@51921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Eet.h b/src/lib/Eet.h index 9ca3658..1744676 100644 --- a/src/lib/Eet.h +++ b/src/lib/Eet.h @@ -3262,7 +3262,7 @@ eet_connection_new(Eet_Read_Cb *eet_read_cb, /** * Process a raw packet received over the link - * @oaram conn Connection handler to track. + * @param conn Connection handler to track. * @param data Raw data packet. * @param size The size of that packet. * @return 0 on complete success, any other value indicate where in the stream it got wrong (It could be before that packet).