summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-07-09 15:48:27 +0200
committerwm4 <wm4@nowhere>2016-07-09 16:27:42 +0200
commitda9590d3681c8779ac50d7722f8b8ad09a47024a (patch)
tree2364af8bab783c94ec07f968b5c4ad963e56fad0 /DOCS/man/lua.rst
parent34a33ebd4dd0d7fdaeda4f8bf5f8b8914d0cd053 (diff)
downloadmpv-da9590d3681c8779ac50d7722f8b8ad09a47024a.tar.bz2
mpv-da9590d3681c8779ac50d7722f8b8ad09a47024a.tar.xz
man: fix typos
Diffstat (limited to 'DOCS/man/lua.rst')
-rw-r--r--DOCS/man/lua.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index b0d66c1760..99ff6ffce9 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -175,7 +175,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
Similar to ``mp.set_property``, but set the given property using its native
type.
- Since there are several data types which can not represented natively in
+ Since there are several data types which cannot represented natively in
Lua, this might not always work as expected. For example, while the Lua
wrapper can do some guesswork to decide whether a Lua table is an array
or a map, this would fail with empty tables. Also, there are not many