diff options
author | Diogo Franco (Kovensky) <diogomfranco@gmail.com> | 2015-01-26 15:15:42 +0900 |
---|---|---|
committer | Diogo Franco (Kovensky) <diogomfranco@gmail.com> | 2015-01-26 15:15:42 +0900 |
commit | 484e9f8090ba1ea39ef8ed0d043eea759541be0d (patch) | |
tree | 03f11801143018c7a6670ce56aac190922869645 /DOCS/man | |
parent | 06b1a2f14592bf27fb198ba114d4ca813637f639 (diff) | |
download | mpv-484e9f8090ba1ea39ef8ed0d043eea759541be0d.tar.bz2 mpv-484e9f8090ba1ea39ef8ed0d043eea759541be0d.tar.xz |
manpage: fix typo
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/mpv.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 79b796a861..7f693bdeea 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -807,7 +807,7 @@ a system and user-specific path, for example You can find the exact path by running ``echo %APPDATA%\mpv\mpv.conf`` in cmd.exe. -Other config files (such as ``input.conf``) are in the same directly. See the +Other config files (such as ``input.conf``) are in the same directory. See the `FILES`_ section above. The environment variable ``$MPV_HOME`` completely overrides these, like on |