From: Matthias Clasen Date: Mon, 11 Feb 2008 17:35:44 +0000 (+0000) Subject: Fix a typo X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=92aaf63ec0443a04e9b8b50439ea23a582ecc5e6;p=dana%2Fcg-glib.git Fix a typo svn path=/trunk/; revision=6499 --- diff --git a/ChangeLog b/ChangeLog index 76f7fc25..929b5dea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-10 Matthias Clasen + + * glib/gtestutils.c: Fix a typo in the docs. + 2008-02-09 Matthias Clasen * configure.in: Check for getmntent_r. diff --git a/glib/gtestutils.c b/glib/gtestutils.c index 2731efb0..d89bb4b9 100644 --- a/glib/gtestutils.c +++ b/glib/gtestutils.c @@ -858,7 +858,7 @@ g_test_add_func (const char *testpath, /** * g_test_add_data_func: - * @testpath: Slash seperated test case path name for the test. + * @testpath: Slash separated test case path name for the test. * @test_data: Test data argument for the test function. * @test_func: The test function to invoke for this test. *