diff --git a/ChangeLog b/ChangeLog index accf6dbea4..db6cc6598f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-23 Behdad Esfahbod + + * gtk/gtkmain.c: Fix minor typo in docs. (#378632, Hannes Mueller) + 2006-11-22 Emmanuele Bassi * gtk/gtkrecentmanager.c: diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 8168e573b6..cddc1e3fde 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -167,8 +167,8 @@ static const GDebugKey gtk_debug_keys[] = { /** * gtk_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 GTK+ library in use is compatible with the * given version. Generally you would pass in the constants