mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Fixed some minor typos in documentation.
2008-02-06 Murray Cumming <murrayc@murrayc.com> * glib/gconvert.c: * glib/pcre/pcre_internal.h: Fixed some minor typos in documentation. svn path=/trunk/; revision=6467
This commit is contained in:
committed by
Murray Cumming
parent
37ac644bd1
commit
0d7b605f06
@@ -47,9 +47,9 @@
|
||||
* @include: gio/gunixoutputstream.h
|
||||
* @see_also: #GOutputStream
|
||||
*
|
||||
* #GUnixOutputStream implements #GOutputStream for writing to a a
|
||||
* #GUnixOutputStream implements #GOutputStream for writing to a
|
||||
* unix file descriptor, including asynchronous operations. The file
|
||||
* descriptor much be selectable, so it doesn't work with opened files.
|
||||
* descriptor must be selectable, so it doesn't work with opened files.
|
||||
**/
|
||||
|
||||
G_DEFINE_TYPE (GUnixOutputStream, g_unix_output_stream, G_TYPE_OUTPUT_STREAM);
|
||||
|
Reference in New Issue
Block a user