summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKang Jeong-Hee <kz@src.gnome.org>2006-02-17 18:06:17 +0000
committerKang Jeong-Hee <kz@src.gnome.org>2006-02-17 18:06:17 +0000
commit3afc87dd6290d11b2d9096b61fb943d2fd12d45b (patch)
treeb76f0bc837ec887fbd77338b18d21a8d9f3b6f8d
parent058acd1c2a245b6b0896872a752f29cf0e60035c (diff)
p in str, not str in p
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-124
-rw-r--r--glib/gutf8.c2
4 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e5437cbd5..2340351dd 100644
--- 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
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index e5437cbd5..2340351dd 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index e5437cbd5..2340351dd 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -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
diff --git a/glib/gutf8.c b/glib/gutf8.c
index 07ef84f0f..23f2a424d 100644
--- a/glib/gutf8.c
+++ b/glib/gutf8.c
@@ -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