From: Murray Cumming Date: Fri, 18 Jan 2008 09:41:46 +0000 (+0000) Subject: Fixed some minor typos in the documentation. X-Git-Tag: GLIB_2_15_3~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4b9875df1381d4a232e18924528438775a8259e;p=platform%2Fupstream%2Fglib.git Fixed some minor typos in the documentation. 2008-01-18 Murray Cumming * glib/gfileutils.c: * glib/gsequence.c: * glib/gstring.c: Fixed some minor typos in the documentation. svn path=/trunk/; revision=6332 --- diff --git a/ChangeLog b/ChangeLog index 3772b4770..5e353b6f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-18 Murray Cumming + + * glib/gfileutils.c: + * glib/gsequence.c: + * glib/gstring.c: Fixed some minor typos in the documentation. + 2008-01-16 Dan Winship * glib/gchecksum.c (md5_sum_update): Fix another bug (which diff --git a/glib/gfileutils.c b/glib/gfileutils.c index 92a2fd08c..c17179124 100644 --- a/glib/gfileutils.c +++ b/glib/gfileutils.c @@ -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! * |[ * /* DON'T DO THIS */ diff --git a/glib/gsequence.c b/glib/gsequence.c index e39078cbc..928ee4d55 100644 --- a/glib/gsequence.c +++ b/glib/gsequence.c @@ -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. diff --git a/glib/gstring.c b/glib/gstring.c index 4b7c1050d..9f0198b3f 100644 --- a/glib/gstring.c +++ b/glib/gstring.c @@ -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