From 9cbe1e8f769893433c1eb2dc8b37b69395c7249d Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 3 Feb 2008 15:55:32 +0000 Subject: [PATCH] update documentation to new API * libsoup/soup-socket.c: update documentation to new API svn path=/trunk/; revision=1072 --- ChangeLog | 4 ++++ libsoup/soup-socket.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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, -- 2.7.4