summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-23 00:08:59 +0200
committerwm4 <wm4@nowhere>2012-10-23 00:08:59 +0200
commit2cad0e35f63a62e175195395a750d97f8e49de98 (patch)
tree2cb89d26dbfc83d84cc2024b66606b0050eaaa53
parent8bf4a60bbee3878e7e6b1366bf296cf8d3eedc8f (diff)
downloadmpv-2cad0e35f63a62e175195395a750d97f8e49de98.tar.bz2
mpv-2cad0e35f63a62e175195395a750d97f8e49de98.tar.xz
vo_opengl: fix help output typo
-rw-r--r--libvo/vo_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_opengl.c b/libvo/vo_opengl.c
index 7f400ce62c..edaa04a547 100644
--- a/libvo/vo_opengl.c
+++ b/libvo/vo_opengl.c
@@ -2527,7 +2527,7 @@ static const char help_text[] =
" assumed to be in sRGB.\n"
" pbo\n"
" Enable use of PBOs. This is faster, but can sometimes lead to\n"
-" sparodic and temporary image corruption.\n"
+" sporadic and temporary image corruption.\n"
" dither-depth=<n>\n"
" Positive non-zero values select the target bit depth.\n"
" -1: Disable any dithering done by mpv.\n"