summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vulkan/win32/gstvkwindow_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vulkan/win32/gstvkwindow_win32.c')
-rw-r--r--gst-libs/gst/vulkan/win32/gstvkwindow_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/vulkan/win32/gstvkwindow_win32.c b/gst-libs/gst/vulkan/win32/gstvkwindow_win32.c
index 6b459667d..84eba2d1c 100644
--- a/gst-libs/gst/vulkan/win32/gstvkwindow_win32.c
+++ b/gst-libs/gst/vulkan/win32/gstvkwindow_win32.c
@@ -535,7 +535,7 @@ window_proc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
}
default:
{
- /* transmit messages to the parrent (ex: mouse/keyboard input) */
+ /* transmit messages to the parent (ex: mouse/keyboard input) */
HWND parent_id = window_win32->parent_win_id;
if (parent_id)
PostMessage (parent_id, uMsg, wParam, lParam);