summaryrefslogtreecommitdiff
path: root/doc/luac.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/luac.html')
-rw-r--r--doc/luac.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luac.html b/doc/luac.html
index 7b7e0f70..179ffe82 100644
--- a/doc/luac.html
+++ b/doc/luac.html
@@ -20,7 +20,7 @@ luac - Lua compiler
<B>luac</B>
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.
<P>
The main advantages of precompiling chunks are:
faster loading,