Fix a copy-and-paste error in the docs. (#325273, Declan Naughton)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Dec 2005 02:08:02 +0000 (02:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 30 Dec 2005 02:08:02 +0000 (02:08 +0000)
2005-12-29  Matthias Clasen  <mclasen@redhat.com>

* glib/gutils.c (glib_check_version): Fix a copy-and-paste error
in the docs.  (#325273, Declan Naughton)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/gutils.c

index 844ff99..8faed1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (glib_check_version): Fix a copy-and-paste error
+       in the docs.  (#325273, Declan Naughton)
+
 2005-12-27  Manish Singh  <yosh@gimp.org>
 
        * tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
index 844ff99..8faed1a 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (glib_check_version): Fix a copy-and-paste error
+       in the docs.  (#325273, Declan Naughton)
+
 2005-12-27  Manish Singh  <yosh@gimp.org>
 
        * tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
index 844ff99..8faed1a 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (glib_check_version): Fix a copy-and-paste error
+       in the docs.  (#325273, Declan Naughton)
+
 2005-12-27  Manish Singh  <yosh@gimp.org>
 
        * tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
index d481992..faf61f6 100644 (file)
@@ -122,8 +122,8 @@ G_WIN32_DLLMAIN_FOR_DLL_NAME (static, dll_name)
 /**
  * glib_check_version:
  * @required_major: the required major version.
- * @required_minor: the required major version.
- * @required_micro: the required major version.
+ * @required_minor: the required minor version.
+ * @required_micro: the required micro version.
  *
  * Checks that the GLib library in use is compatible with the
  * given version. Generally you would pass in the constants