summaryrefslogtreecommitdiff
path: root/doc/luac.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/luac.1')
-rw-r--r--doc/luac.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luac.1 b/doc/luac.1
index 6bede1f3..d8146782 100644
--- a/doc/luac.1
+++ b/doc/luac.1
@@ -13,7 +13,7 @@ luac \- Lua compiler
.B luac
is the Lua compiler.
It translates programs written in the Lua programming language
-into binary files that can be latter loaded and executed.
+into binary files that can be later loaded and executed.
.LP
The main advantages of precompiling chunks are:
faster loading,