+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
* 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!
* |[
* /* DON'T DO THIS */
* 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.
* @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.
*
* @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()
* @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