p in str, not str in p
authorKang Jeong-Hee <kz@src.gnome.org>
Fri, 17 Feb 2006 18:06:17 +0000 (18:06 +0000)
committerKang Jeong-Hee <kz@src.gnome.org>
Fri, 17 Feb 2006 18:06:17 +0000 (18:06 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/gutf8.c

index e5437cb..2340351 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-17  Kang Jeong-Hee  <keizie@gmail.com>
+
+       * glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo.
+
 2006-02-15  Sebastian Wilhelmi  <seppi@seppi.de>
 
        * glib/gthreadpool.c: Fix deadlock when signalling the thread
index e5437cb..2340351 100644 (file)
@@ -1,3 +1,7 @@
+2006-02-17  Kang Jeong-Hee  <keizie@gmail.com>
+
+       * glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo.
+
 2006-02-15  Sebastian Wilhelmi  <seppi@seppi.de>
 
        * glib/gthreadpool.c: Fix deadlock when signalling the thread
index e5437cb..2340351 100644 (file)
@@ -1,3 +1,7 @@
+2006-02-17  Kang Jeong-Hee  <keizie@gmail.com>
+
+       * glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo.
+
 2006-02-15  Sebastian Wilhelmi  <seppi@seppi.de>
 
        * glib/gthreadpool.c: Fix deadlock when signalling the thread
index 07ef84f..23f2a42 100644 (file)
@@ -123,7 +123,7 @@ const gchar * const g_utf8_skip = utf8_skip_data;
  * 
  * Given a position @p with a UTF-8 encoded string @str, find the start
  * of the previous UTF-8 character starting before @p. Returns %NULL if no
- * UTF-8 characters are present in @p before @str.
+ * UTF-8 characters are present in @str before @p.
  *
  * @p does not have to be at the beginning of a UTF-8 character. No check
  * is made to see if the character found is actually valid other than