diff --git a/ChangeLog b/ChangeLog index 844ff9909..8faed1a34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-29 Matthias Clasen + + * glib/gutils.c (glib_check_version): Fix a copy-and-paste error + in the docs. (#325273, Declan Naughton) + 2005-12-27 Manish Singh * tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 844ff9909..8faed1a34 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-12-29 Matthias Clasen + + * glib/gutils.c (glib_check_version): Fix a copy-and-paste error + in the docs. (#325273, Declan Naughton) + 2005-12-27 Manish Singh * tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 844ff9909..8faed1a34 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-12-29 Matthias Clasen + + * glib/gutils.c (glib_check_version): Fix a copy-and-paste error + in the docs. (#325273, Declan Naughton) + 2005-12-27 Manish Singh * tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to diff --git a/glib/gutils.c b/glib/gutils.c index d48199274..faf61f684 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -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