window: Fix up comment

Whoops, someone sneaked in a stray verb ...

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4825

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2123>
This commit is contained in:
Florian Müllner 2021-11-30 16:37:01 +01:00
parent cea5c47671
commit 844445b807

View File

@ -7973,7 +7973,7 @@ meta_window_get_frame_bounds (MetaWindow *window)
* meta_window_is_attached_dialog:
* @window: a #MetaWindow
*
* Tests if @window is should be attached to its parent window.
* Tests if @window should be attached to its parent window.
* (If the "attach_modal_dialogs" option is not enabled, this will
* always return %FALSE.)
*