Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 11 Feb 2008 17:35:44 +0000 (17:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 11 Feb 2008 17:35:44 +0000 (17:35 +0000)
svn path=/trunk/; revision=6499

ChangeLog
glib/gtestutils.c

index 76f7fc2..929b5de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 2731efb..d89bb4b 100644 (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.
  *