From c56753704a4a77d5c09bec9d21b14f7196bfc7a3 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 19:31:52 +0100 Subject: [PATCH] correct spelling mistake --- doc/us/manual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/us/manual.html b/doc/us/manual.html index 44a205a..1497037 100755 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -61,7 +61,7 @@

Introduction

that can be used to read files stored inside zip files. It uses zziplib to do all the hard work.

-

The API exposed to Lua is very simple and very similiar to the usual file handling +

The API exposed to Lua is very simple and very similar to the usual file handling functions provided by the I/O Lua standard library. In fact, the API is so similar that parts of this manual are extracted from the Lua manual,