glib r6332 - in trunk: . glib
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6332 - in trunk: . glib
- Date: Fri, 18 Jan 2008 09:41:47 +0000 (GMT)
Author: murrayc
Date: Fri Jan 18 09:41:46 2008
New Revision: 6332
URL: http://svn.gnome.org/viewvc/glib?rev=6332&view=rev
Log:
2008-01-18 Murray Cumming <murrayc murrayc com>
* glib/gfileutils.c:
* glib/gsequence.c:
* glib/gstring.c: Fixed some minor typos in the documentation.
Modified:
trunk/ChangeLog
trunk/glib/gfileutils.c
trunk/glib/gsequence.c
trunk/glib/gstring.c
Modified: trunk/glib/gfileutils.c
==============================================================================
--- trunk/glib/gfileutils.c (original)
+++ trunk/glib/gfileutils.c Fri Jan 18 09:41:46 2008
@@ -152,7 +152,7 @@
* 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 */
Modified: trunk/glib/gsequence.c
==============================================================================
--- trunk/glib/gsequence.c (original)
+++ trunk/glib/gsequence.c Fri Jan 18 09:41:46 2008
@@ -855,7 +855,7 @@
* 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.
Modified: trunk/glib/gstring.c
==============================================================================
--- trunk/glib/gstring.c (original)
+++ trunk/glib/gstring.c Fri Jan 18 09:41:46 2008
@@ -1355,7 +1355,7 @@
* @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 @@
* @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 @@
* @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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]