summaryrefslogtreecommitdiff
path: root/gdk/gdktoplevel.c
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2020-08-04 08:21:38 +0200
committerJonas Ådahl <jadahl@gmail.com>2020-08-04 16:53:10 +0200
commit4ee82e8175d1d1ed21d3ef8133f0d76267bde75c (patch)
tree72a4b549d5206ac9c97c2693ce85dd9d8585ecde /gdk/gdktoplevel.c
parentcebe469898f82ce7d688e94ab1e4727283a2d014 (diff)
downloadgtk+-4ee82e8175d1d1ed21d3ef8133f0d76267bde75c.tar.gz
gdk/toplevel: Fix typo in documentation
Diffstat (limited to 'gdk/gdktoplevel.c')
-rw-r--r--gdk/gdktoplevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdktoplevel.c b/gdk/gdktoplevel.c
index a69f13fa62..d3b1d7fad7 100644
--- a/gdk/gdktoplevel.c
+++ b/gdk/gdktoplevel.c
@@ -186,7 +186,7 @@ gdk_toplevel_install_properties (GObjectClass *object_class,
* @layout: the #GdkToplevelLayout object used to layout
*
* 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.
*
* Presenting may fail.