summaryrefslogtreecommitdiff
path: root/gst-libs/gst/wayland
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-09-02 15:08:44 -0400
committerAaron Boxer <aaron.boxer@collabora.com>2019-11-05 09:11:25 -0500
commit6d3429af34ed0b5905faf32d2f22b9db2451f116 (patch)
treef18e8fed7a80ddd4db89a76bab109fcd37a76819 /gst-libs/gst/wayland
parent2386858a9179aff2ec249bdffa904bf407de455f (diff)
downloadgstreamer-plugins-bad-6d3429af34ed0b5905faf32d2f22b9db2451f116.tar.gz
documentation: fixed a heap o' typos
Diffstat (limited to 'gst-libs/gst/wayland')
-rw-r--r--gst-libs/gst/wayland/wayland.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/wayland/wayland.c b/gst-libs/gst/wayland/wayland.c
index 6e7fefacf..9e01d8e98 100644
--- a/gst-libs/gst/wayland/wayland.c
+++ b/gst-libs/gst/wayland/wayland.c
@@ -84,7 +84,7 @@ gst_wayland_video_default_init (GstWaylandVideoInterface * klass)
*
* Please note that any calls to this method MUST be matched by
* calls to end_geometry_change() and AFTER the parent surface has
- * commited its geometry changes.
+ * committed its geometry changes.
*/
void
gst_wayland_video_begin_geometry_change (GstWaylandVideo * video)
@@ -106,11 +106,11 @@ gst_wayland_video_begin_geometry_change (GstWaylandVideo * video)
*
* Notifies the video sink that we just finished changing the
* geometry of both itself and its parent surface. This should
- * have been earlier preceeded by a call to begin_geometry_change()
+ * have been earlier preceded by a call to begin_geometry_change()
* which notified the sink before any of these changes had happened.
*
* It is important to call this method only AFTER the parent surface
- * has commited its geometry changes, otherwise no synchronization
+ * has committed its geometry changes, otherwise no synchronization
* is actually achieved.
*/
void