Fixed some minor typos in the documentation.
authorMurray Cumming <murrayc@murrayc.com>
Fri, 18 Jan 2008 09:41:46 +0000 (09:41 +0000)
committerMurray Cumming <murrayc@src.gnome.org>
Fri, 18 Jan 2008 09:41:46 +0000 (09:41 +0000)
2008-01-18  Murray Cumming  <murrayc@murrayc.com>

* glib/gfileutils.c:
* glib/gsequence.c:
* glib/gstring.c: Fixed some minor typos in the documentation.

svn path=/trunk/; revision=6332

ChangeLog
glib/gfileutils.c
glib/gsequence.c
glib/gstring.c

index 3772b4770bec31893219be595281a0195df8e97e..5e353b6f6c52806f8b19397ca1b388abf978ef02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-18  Murray Cumming  <murrayc@murrayc.com>
+
+       * glib/gfileutils.c:
+       * glib/gsequence.c:
+       * glib/gstring.c: Fixed some minor typos in the documentation.
+
 2008-01-16  Dan Winship  <danw@gnome.org>
 
        * glib/gchecksum.c (md5_sum_update): Fix another bug (which
index 92a2fd08c46ba76e1e4d76588fecb6f0fa09ce01..c17179124d2b6dc02e86ca30d08c7527aabbd589 100644 (file)
@@ -152,7 +152,7 @@ g_mkdir_with_parents (const gchar *pathname,
  * to perform an operation, because there is always the possibility
  * of the condition changing before you actually perform the operation.
  * For example, you might think you could use %G_FILE_TEST_IS_SYMLINK
- * to know whether it is is safe to write to a file without being
+ * to know whether it is safe to write to a file without being
  * tricked into writing into a different location. It doesn't work!
  * |[
  * /&ast; DON'T DO THIS &ast;/
index e39078cbc09860e823077e7fa076b8e188768e19..928ee4d55a9b231da899fd1e371362408520e6b9 100644 (file)
@@ -855,7 +855,7 @@ g_sequence_insert_sorted_iter (GSequence                *seq,
    * node is not actually in a sequence.
    *
    * node_insert_sorted() makes sure the node is unlinked before
-   * is is inserted.
+   * it is inserted.
    *
    * The reason we need the "iter" versions at all is that that
    * is the only kind of compare functions GtkTreeView can use.
index 4b7c1050d55081aecda4b5174d0124a0e81ea56e..9f0198b3f981f5b16a43a36dbab5b803e2afbde7 100644 (file)
@@ -1355,7 +1355,7 @@ g_string_up (GString *string)
  * @args: the list of arguments to insert in the output
  *
  * Appends a formatted string onto the end of a #GString.
- * This function is is similar to g_string_append_printf()
+ * This function is similar to g_string_append_printf()
  * except that the arguments to the format string are passed
  * as a va_list.
  *
@@ -1452,7 +1452,7 @@ g_string_printf (GString     *string,
  * @Varargs: the parameters to insert into the format string
  *
  * Appends a formatted string onto the end of a #GString.
- * This function is is similar to g_string_sprintf() except that
+ * This function is similar to g_string_sprintf() except that
  * the text is appended to the #GString. 
  *
  * Deprecated: This function has been renamed to g_string_append_printf()
@@ -1465,7 +1465,7 @@ g_string_printf (GString     *string,
  * @Varargs: the parameters to insert into the format string
  *
  * Appends a formatted string onto the end of a #GString.
- * This function is is similar to g_string_printf() except 
+ * This function is similar to g_string_printf() except 
  * that the text is appended to the #GString.
  */
 void