* eet: fix typo, thanks batden.
authorcedric <cedric>
Mon, 6 Sep 2010 10:54:52 +0000 (10:54 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 6 Sep 2010 10:54:52 +0000 (10:54 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@51921 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Eet.h

index 9ca3658..1744676 100644 (file)
@@ -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).