GtkAppplication docs: Fix small typo.

This commit is contained in:
Murray Cumming 2012-04-19 09:25:40 +02:00
parent cad8aaadce
commit d4c1b46a9e

View File

@ -820,7 +820,7 @@ gtk_application_new (const gchar *application_id,
* @application: a #GtkApplication
* @window: a #GtkWindow
*
* Adds a window from @application.
* Adds a window to @application.
*
* This call is equivalent to setting the #GtkWindow:application
* property of @window to @application.