From: Matthias Clasen Date: Mon, 30 Jun 2008 02:55:39 +0000 (+0000) Subject: Trivial doc fixes X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=19bf6826f0993ee42fa7959fb91d65a20ecd2d6e;p=dana%2Fcg-glib.git Trivial doc fixes svn path=/trunk/; revision=7104 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 8b46ec7b..ba94549f 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-06-29 Matthias Clasen + + * gmemoryoutputstream.c: Trivial doc fixes + 2008-06-29 Matthias Clasen Bug 540802 – g_list_prepend doesn't concat lists diff --git a/gio/gmemoryoutputstream.c b/gio/gmemoryoutputstream.c index 41e708e2..9349e229 100644 --- a/gio/gmemoryoutputstream.c +++ b/gio/gmemoryoutputstream.c @@ -234,8 +234,8 @@ g_memory_output_stream_get_data (GMemoryOutputStream *ostream) * Gets the size of the currently allocated data area (availible from * g_memory_output_stream_get_data()). If the stream isn't * growable (no realloc was passed to g_memory_output_stream_new()) then - * this is the max size of the stream and further writes - * will return G_IO_ERROR_NO_SPACE. + * this is the maximum size of the stream and further writes + * will return %G_IO_ERROR_NO_SPACE. * * Note that for growable streams the returned size may become invalid on * the next write or truncate operation on the stream.