aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Janda <siffiejoe@gmx.net>2015-01-15 16:30:38 +0100
committerPhilipp Janda <siffiejoe@gmx.net>2015-01-15 16:30:38 +0100
commit1fd73399caa9a1ea24bd626e607980ac94debd64 (patch)
tree77b72077cb6031951a52edf135e46ea2ff236d12
parent0a40bae847e6ac9f0e007b766cb5a87d61a85398 (diff)
downloadlua-compat-5.3-1fd73399caa9a1ea24bd626e607980ac94debd64.tar.gz
lua-compat-5.3-1fd73399caa9a1ea24bd626e607980ac94debd64.tar.bz2
lua-compat-5.3-1fd73399caa9a1ea24bd626e607980ac94debd64.zip
fix typos in readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f02d30e..d870827 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,8 @@ a meaningful return value, so the usual idiom of storing the return of
34 34
35When run under Lua 5.3, this module does nothing. 35When run under Lua 5.3, this module does nothing.
36 36
37Wehn run under Lua 5.2 or 5.1, it replaces some of your standard 37When run under Lua 5.2 or 5.1, it replaces some of your standard
38functions and adds new ondes to bring your environment closer to that 38functions and adds new ones to bring your environment closer to that
39of Lua 5.3. It also loads the backported `utf8` module automatically, 39of Lua 5.3. It also loads the backported `utf8` module automatically,
40and tries to use [Roberto's struct library][1]. 40and tries to use [Roberto's struct library][1].
41 41