From 86e0a2489a7e82bff3eb751094661270a40a2167 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 16 Apr 2022 13:12:30 +0200 Subject: [PATCH] winegstreamer: Fix the spelling of a comment. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/winegstreamer/wg_transform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winegstreamer/wg_transform.c b/dlls/winegstreamer/wg_transform.c index 0327b92ce8e..49c7bfaa927 100644 --- a/dlls/winegstreamer/wg_transform.c +++ b/dlls/winegstreamer/wg_transform.c @@ -218,7 +218,7 @@ NTSTATUS wg_transform_create(void *args) { case WG_MAJOR_TYPE_H264: /* Call of Duty: Black Ops 3 doesn't care about the ProcessInput/ProcessOutput - * return values, it calls them in a specific order and and expects the decoder + * return values, it calls them in a specific order and expects the decoder * transform to be able to queue its input buffers. We need to use a buffer list * to match its expectations. */