gdk/toplevel: Fix typo in documentation

This commit is contained in:
Jonas Ådahl 2020-08-04 08:21:38 +02:00
parent cebe469898
commit 4ee82e8175

View File

@ -186,7 +186,7 @@ gdk_toplevel_install_properties (GObjectClass *object_class,
* @layout: the #GdkToplevelLayout object used to layout * @layout: the #GdkToplevelLayout object used to layout
* *
* Present @toplevel after having processed the #GdkToplevelLayout rules. * Present @toplevel after having processed the #GdkToplevelLayout rules.
* If the toplevel was previously now showing, it will be showed, * If the toplevel was previously not showing, it will be showed,
* otherwise it will change layout according to @layout. * otherwise it will change layout according to @layout.
* *
* Presenting may fail. * Presenting may fail.