Fix a typo

svn path=/trunk/; revision=6499
This commit is contained in:
Matthias Clasen 2008-02-11 17:35:44 +00:00
parent be85960df7
commit 92aaf63ec0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-02-10 Matthias Clasen <mclasen@redhat.com>
* glib/gtestutils.c: Fix a typo in the docs.
2008-02-09 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for getmntent_r.

View File

@ -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.
*