Fixed some minor typos in the documentation.

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
This commit is contained in:
Murray Cumming
2008-01-18 09:41:46 +00:00
committed by Murray Cumming
parent 0108d39d02
commit d4b9875df1
4 changed files with 11 additions and 5 deletions

View 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.