From c5094206ce6ff1a557540ed6e0d8505bc6db0031 Mon Sep 17 00:00:00 2001 From: stepshal Date: Sun, 26 Jun 2016 01:07:38 +0700 Subject: Fix misspellings --- video/out/vo_direct3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_direct3d.c') diff --git a/video/out/vo_direct3d.c b/video/out/vo_direct3d.c index 5190095621..ed7b1dd62a 100644 --- a/video/out/vo_direct3d.c +++ b/video/out/vo_direct3d.c @@ -822,7 +822,7 @@ static bool resize_d3d(d3d_priv *priv) MP_VERBOSE(priv, "resize_d3d %dx%d called.\n", priv->vo->dwidth, priv->vo->dheight); - /* Make sure that backbuffer is large enough to accomodate the new + /* Make sure that backbuffer is large enough to accommodate the new viewport dimensions. Grow it if necessary. */ bool backbuf_resize = priv->vo->dwidth > priv->cur_backbuf_width || -- cgit v1.2.3