glib r6467 - in trunk: . gio glib glib/pcre



Author: murrayc
Date: Wed Feb  6 16:02:20 2008
New Revision: 6467
URL: http://svn.gnome.org/viewvc/glib?rev=6467&view=rev

Log:
2008-02-06  Murray Cumming  <murrayc murrayc com>

* glib/gconvert.c:
* glib/pcre/pcre_internal.h: Fixed some minor typos in documentation.

Modified:
   trunk/ChangeLog
   trunk/gio/ChangeLog
   trunk/gio/gfile.c
   trunk/gio/gunixinputstream.c
   trunk/gio/gunixoutputstream.c
   trunk/glib/gconvert.c
   trunk/glib/pcre/pcre_internal.h

Modified: trunk/gio/gfile.c
==============================================================================
--- trunk/gio/gfile.c	(original)
+++ trunk/gio/gfile.c	Wed Feb  6 16:02:20 2008
@@ -4578,7 +4578,7 @@
  * @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

Modified: trunk/gio/gunixinputstream.c
==============================================================================
--- trunk/gio/gunixinputstream.c	(original)
+++ trunk/gio/gunixinputstream.c	Wed Feb  6 16:02:20 2008
@@ -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);

Modified: trunk/gio/gunixoutputstream.c
==============================================================================
--- trunk/gio/gunixoutputstream.c	(original)
+++ trunk/gio/gunixoutputstream.c	Wed Feb  6 16:02:20 2008
@@ -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);

Modified: trunk/glib/gconvert.c
==============================================================================
--- trunk/glib/gconvert.c	(original)
+++ trunk/glib/gconvert.c	Wed Feb  6 16:02:20 2008
@@ -783,7 +783,7 @@
  * 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.
  *

Modified: trunk/glib/pcre/pcre_internal.h
==============================================================================
--- trunk/glib/pcre/pcre_internal.h	(original)
+++ trunk/glib/pcre/pcre_internal.h	Wed Feb  6 16:02:20 2008
@@ -535,7 +535,7 @@
 #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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]