From 427f52cf7b4bc230ac17f758f454903ac7a0e7fc Mon Sep 17 00:00:00 2001 From: cedric Date: Mon, 6 Sep 2010 10:54:52 +0000 Subject: [PATCH] * eet: fix typo, thanks batden. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@51921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Eet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.7.4