Fix a doc typo. (#524742, Hiroyuki Ikezoe)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 31 Mar 2008 03:17:54 +0000 (03:17 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 31 Mar 2008 03:17:54 +0000 (03:17 +0000)
2008-03-30  Matthias Clasen  <mclasen@redhat.com>

        * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe)

svn path=/trunk/; revision=6771

ChangeLog
glib/gtestutils.c

index 6511554f4db7840805ba6a93419ff140e2f48f95..7c5401271c84f2cd7c6695ac18ea3ca812cb88e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe)
+
 2008-03-22  Claudio Saavedra  <csaavedra@gnome.org>
 
        Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
index 508d53d2d493e904e2902c8a5409dd3ff58f6e5f..13f670dd04a5333c030305b9d0013e0ab27aa6e6 100644 (file)
@@ -1446,7 +1446,7 @@ test_time_stamp (void)
  * In the following example, the test code forks, the forked child
  * process produces some sample output and exits successfully.
  * The forking parent process then asserts successfull child program
- * termination and validates cihld program outputs.
+ * termination and validates child program outputs.
  *
  * |[
  *   static void