[glib] docs: fix typo



commit 0a280dadec8394dd198c8cea0bc288d92c9c6ffd
Author: Stefan Kost <ensonic users sf net>
Date:   Tue May 19 14:33:25 2009 +0300

    docs: fix typo
---
 glib/gsequence.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/glib/gsequence.c b/glib/gsequence.c
index fb64658..b17e6ec 100644
--- a/glib/gsequence.c
+++ b/glib/gsequence.c
@@ -576,7 +576,7 @@ g_sequence_move_range (GSequenceIter *dest,
  * @seq: a #GSequence
  * @cmp_func: the #GCompareDataFunc used to sort @seq. This function is
  *       passed two items of @seq and should return 0 if they are equal,
- *       a negative value fi the first comes before the second, and a
+ *       a negative value if the first comes before the second, and a
  *       positive value if the second comes before the first.
  * @cmp_data: user data passed to @cmp_func
  * 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]