summaryrefslogtreecommitdiff
path: root/sys/d3dvideosink/d3dhelpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/d3dvideosink/d3dhelpers.c')
-rw-r--r--sys/d3dvideosink/d3dhelpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/d3dvideosink/d3dhelpers.c b/sys/d3dvideosink/d3dhelpers.c
index f6a7b8dc0..031c12f9e 100644
--- a/sys/d3dvideosink/d3dhelpers.c
+++ b/sys/d3dvideosink/d3dhelpers.c
@@ -1050,7 +1050,7 @@ d3d_window_wndproc_unset (GstD3DVideoSink * sink)
goto end;
}
- /* Restore orignal WndProc for window_handle */
+ /* Restore original WndProc for window_handle */
if (!SetWindowLongPtr (sink->d3d.window_handle, GWLP_WNDPROC,
(LONG_PTR) sink->d3d.orig_wnd_proc)) {
GST_WARNING_OBJECT (sink, "D3D failed to set original WndProc");