From: Benjamin Otte Date: Sun, 3 Feb 2008 15:55:32 +0000 (+0000) Subject: update documentation to new API X-Git-Tag: LIBSOUP_2_3_2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cbe1e8f769893433c1eb2dc8b37b69395c7249d;p=platform%2Fupstream%2Flibsoup.git update documentation to new API * libsoup/soup-socket.c: update documentation to new API svn path=/trunk/; revision=1072 --- diff --git a/ChangeLog b/ChangeLog index 638360e..8062f24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-03 Benjamin Otte + + * libsoup/soup-socket.c: update documentation to new API + 2008-02-02 Dan Winship * libsoup/soup-session.c: fix default connections-per-host again; diff --git a/libsoup/soup-socket.c b/libsoup/soup-socket.c index 003d522..117c29c 100644 --- a/libsoup/soup-socket.c +++ b/libsoup/soup-socket.c @@ -1255,7 +1255,7 @@ socket_write_watch (GIOChannel *chan, GIOCondition cond, gpointer user_data) * * Attempts to write @len bytes from @buffer to @sock. If some data is * successfully written, the resturn status will be - * %SOUP_SOCKET_SUCCESS, and *@nwrote will contain the number of bytes + * %SOUP_SOCKET_OK, and *@nwrote will contain the number of bytes * actually written. * * If @sock is non-blocking, and no data could be written right away,