summaryrefslogtreecommitdiffstats
path: root/video/out/vo_direct3d.c
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-26 01:07:38 +0700
committerwm4 <wm4@nowhere>2016-06-26 13:47:21 +0200
commitc5094206ce6ff1a557540ed6e0d8505bc6db0031 (patch)
treeed356399c9607973a0f5590a65c67bba132c87a9 /video/out/vo_direct3d.c
parent24478a8a72b17d54346fb8d648e53448c3819e9d (diff)
downloadmpv-c5094206ce6ff1a557540ed6e0d8505bc6db0031.tar.bz2
mpv-c5094206ce6ff1a557540ed6e0d8505bc6db0031.tar.xz
Fix misspellings
Diffstat (limited to 'video/out/vo_direct3d.c')
-rw-r--r--video/out/vo_direct3d.c2
1 files changed, 1 insertions, 1 deletions
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 ||