Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/us/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2><a name="introduction"></a>Introduction</h2>
that can be used to read files stored inside zip files. It uses
<a href="http://zziplib.sourceforge.net">zziplib</a> to do all the hard work.</p>

<p>The API exposed to Lua is very simple and very similiar to the usual file handling
<p>The API exposed to Lua is very simple and very similar to the usual file handling
functions provided by the
<a href="http://www.lua.org/manual/5.0/manual.html#5.6">I/O Lua standard library</a>.
In fact, the API is so similar that parts of this manual are extracted from the Lua manual,
Expand Down