From: Murray Cumming Date: Wed, 6 Feb 2008 16:02:20 +0000 (+0000) Subject: Fixed some minor typos in documentation. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0d7b605f06cc328ef9bc153cec9d525bbcf81d48;p=dana%2Fcg-glib.git Fixed some minor typos in documentation. 2008-02-06 Murray Cumming * glib/gconvert.c: * glib/pcre/pcre_internal.h: Fixed some minor typos in documentation. svn path=/trunk/; revision=6467 --- diff --git a/ChangeLog b/ChangeLog index 01cccebc..f40c2d5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-06 Murray Cumming + + * glib/gconvert.c: + * glib/pcre/pcre_internal.h: Fixed some minor typos in documentation. + 2008-02-06 Christian Persch * gio/gdesktopappinfo.c: (ensure_dir): diff --git a/gio/ChangeLog b/gio/ChangeLog index 304f9e22..65172538 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,11 @@ +2008-02-06 Murray Cumming,,, + + reviewed by: + + * gfile.c: + * gunixinputstream.c: + * gunixoutputstream.c: + 2008-02-06 Tomas Bzatek * tests/Makefile.am: diff --git a/gio/gfile.c b/gio/gfile.c index a83727d2..cb9f60b6 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -4578,7 +4578,7 @@ g_file_mount_enclosing_volume_finish (GFile *location, * @error: a #GError, or %NULL * * Returns the #GAppInfo that is registered as the default - * application to handle the file specified bu @file. + * application to handle the file specified by @file. * * If @cancellable is not %NULL, then the operation can be cancelled by * triggering the cancellable object from another thread. If the operation diff --git a/gio/gunixinputstream.c b/gio/gunixinputstream.c index 0f58a1d3..12ff5a57 100644 --- a/gio/gunixinputstream.c +++ b/gio/gunixinputstream.c @@ -49,7 +49,7 @@ * * #GUnixInputStream implements #GInputStream for reading from 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 (GUnixInputStream, g_unix_input_stream, G_TYPE_INPUT_STREAM); diff --git a/gio/gunixoutputstream.c b/gio/gunixoutputstream.c index 71c2660c..38842b66 100644 --- a/gio/gunixoutputstream.c +++ b/gio/gunixoutputstream.c @@ -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); diff --git a/glib/gconvert.c b/glib/gconvert.c index f0eddabf..4a6f0109 100644 --- a/glib/gconvert.c +++ b/glib/gconvert.c @@ -783,7 +783,7 @@ g_convert (const gchar *str, * including fallback sequences for characters not representable * in the output. Note that it is not guaranteed that the specification * for the fallback sequences in @fallback will be honored. Some - * systems may do a approximate conversion from @from_codeset + * systems may do an approximate conversion from @from_codeset * to @to_codeset in their iconv() functions, * in which case GLib will simply return that approximate conversion. * diff --git a/glib/pcre/pcre_internal.h b/glib/pcre/pcre_internal.h index b8313660..6923f713 100644 --- a/glib/pcre/pcre_internal.h +++ b/glib/pcre/pcre_internal.h @@ -535,7 +535,7 @@ req_byte match. */ #define REQ_BYTE_MAX 1000 /* Flags added to firstbyte or reqbyte; a "non-literal" item is either a -variable-length repeat, or a anything other than literal characters. */ +variable-length repeat, or anything other than literal characters. */ #define REQ_CASELESS 0x0100 /* indicates caselessness */ #define REQ_VARY 0x0200 /* reqbyte followed non-literal item */