docs: fix typo

This commit is contained in:
Claudio Saavedra 2020-04-21 14:49:13 +03:00
parent 76b16720fc
commit 0af16a77fc

View File

@ -399,7 +399,7 @@
Any APIs that deal with global (or root) coordinates have been
removed in GTK4, since not all backends support them. You should
replace your use of such APIs with surface-relative equivalents.
Examples of this are gdk_surfae_get_origin(), gdk_surface_move()
Examples of this are gdk_surface_get_origin(), gdk_surface_move()
or gdk_event_get_root_coords().
</para>
</section>