From bb5b4b1ba61b67da40c85c34376aced9383fc366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Mon, 25 Apr 2022 19:27:18 +0800 Subject: various: fix typos --- video/out/d3d11/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/d3d11/context.c') diff --git a/video/out/d3d11/context.c b/video/out/d3d11/context.c index 43a4fcb1f3..b96039fe55 100644 --- a/video/out/d3d11/context.c +++ b/video/out/d3d11/context.c @@ -458,7 +458,7 @@ static void d3d11_uninit(struct ra_ctx *ctx) vo_w32_uninit(ctx->vo); SAFE_RELEASE(p->device); - // Destory the RA last to prevent objects we hold from showing up in D3D's + // Destroy the RA last to prevent objects we hold from showing up in D3D's // leak checker if (ctx->ra) ctx->ra->fns->destroy(ctx->ra); -- cgit v1.2.3