diff -r c34b513be8d9 -r 060e69633902 jingle/sessions.c --- a/jingle/sessions.c Thu Aug 12 23:49:48 2010 +0200 +++ b/jingle/sessions.c Fri Aug 13 01:23:59 2010 +0200 @@ -274,8 +274,8 @@ void handle_app_data(const gchar *sid, const gchar *from, const gchar *name, gchar *data, gsize size) { - // TODO: verify that the module is always loaded + // TODO: check that the module is always loaded JingleSession *sess = session_find_by_sid(sid, from); SessionContent *sc = session_find_sessioncontent(sess, name); -sc->transfuncs->send(sess->to, sc->transport, data, size); + sc->transfuncs->send(sess->to, sc->transport, data, size); }