core/window: Fix copy/paste error in size-changed docs

It appears it was copied from MetaWindow::position-changed and pasted
for MetaWindow::size-changed, without updating all the words.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/567
This commit is contained in:
Daniel van Vugt 2019-05-07 17:42:13 +08:00 committed by Jonas Ådahl
parent 454651f79f
commit 7738b5c00b

View File

@ -692,7 +692,7 @@ meta_window_class_init (MetaWindowClass *klass)
* MetaWindow::size-changed:
* @window: a #MetaWindow
*
* This is emitted when the position of a window might
* This is emitted when the size of a window might
* have changed. Specifically, this is emitted when the
* size of the toplevel window has changed, or when the
* size of the client window has changed.