summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-03 14:44:42 +0200
committerwm4 <wm4@nowhere>2015-05-03 14:44:42 +0200
commit6a03357b7123e5b3c59d3038c3dae491384a08ef (patch)
tree9e0c114651c77e88bd19d7b90e64eb5177184818 /options/options.h
parent1982fedca61b9b7c4bec2e6f2d31ee566fb51923 (diff)
downloadmpv-6a03357b7123e5b3c59d3038c3dae491384a08ef.tar.bz2
mpv-6a03357b7123e5b3c59d3038c3dae491384a08ef.tar.xz
options: fix typo in variable name
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index c3b4831fa6..374649888e 100644
--- a/options/options.h
+++ b/options/options.h
@@ -206,7 +206,7 @@ typedef struct MPOpts {
struct image_writer_opts *screenshot_image_opts;
char *screenshot_template;
- char *screenshot_direcrory;
+ char *screenshot_directory;
double force_fps;
int index_mode;