From ba16f889613b7d5c3a341dd55fca9b16c7eb7a83 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 31 Mar 2008 03:17:54 +0000 Subject: [PATCH] Fix a doc typo. (#524742, Hiroyuki Ikezoe) 2008-03-30 Matthias Clasen * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe) svn path=/trunk/; revision=6771 --- ChangeLog | 4 ++++ glib/gtestutils.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6511554..7c54012 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-30 Matthias Clasen + + * glib/gtestutils.c: Fix a doc typo. (#524742, Hiroyuki Ikezoe) + 2008-03-22 Claudio Saavedra Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and diff --git a/glib/gtestutils.c b/glib/gtestutils.c index 508d53d..13f670d 100644 --- a/glib/gtestutils.c +++ b/glib/gtestutils.c @@ -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 -- 2.7.4