update documentation to new API
authorBenjamin Otte <otte@src.gnome.org>
Sun, 3 Feb 2008 15:55:32 +0000 (15:55 +0000)
committerBenjamin Otte <otte@src.gnome.org>
Sun, 3 Feb 2008 15:55:32 +0000 (15:55 +0000)
* libsoup/soup-socket.c: update documentation to new API

svn path=/trunk/; revision=1072

ChangeLog
libsoup/soup-socket.c

index 638360e..8062f24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-03  Benjamin Otte  <otte@gnome.org>
+
+       * libsoup/soup-socket.c: update documentation to new API
+
 2008-02-02  Dan Winship  <danw@gnome.org>
 
        * libsoup/soup-session.c: fix default connections-per-host again;
index 003d522..117c29c 100644 (file)
@@ -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,