summaryrefslogtreecommitdiff
path: root/Build/source/libs/zziplib/zziplib-src/docs/zzip-zip.htm
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zziplib/zziplib-src/docs/zzip-zip.htm')
-rw-r--r--Build/source/libs/zziplib/zziplib-src/docs/zzip-zip.htm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/libs/zziplib/zziplib-src/docs/zzip-zip.htm b/Build/source/libs/zziplib/zziplib-src/docs/zzip-zip.htm
index 141700044a5..7297b5a10e5 100644
--- a/Build/source/libs/zziplib/zziplib-src/docs/zzip-zip.htm
+++ b/Build/source/libs/zziplib/zziplib-src/docs/zzip-zip.htm
@@ -28,7 +28,7 @@
<P>
Before a file in the zip-archive is accessed, the application
must first get a handle to the central directory contained in the
- zip-file. This is achived by calling
+ zip-file. This is achieved by calling
<a href="zziplib.html#zzip_dir_open"> zzip_dir_open </a>
or
<a href="zziplib.html#zzip_dir_fdopen"> zzip_dir_fdopen </a>.
@@ -84,7 +84,7 @@
<a href="zziplib.html">zziplib library</a>.
</P>
<P>
- The magic functions are described in a seperated document on
+ The magic functions are described in a separated document on
<a href="zzip-file.html"> Using Zipped Files </a>. In general,
the functions have a prefix <tt>zzip_</tt> and their argument
types have a prefix <tt>ZZIP_</tt> where appropriate. Calls
@@ -99,10 +99,10 @@
<a href="zziplib.html#zzip_dir_real"> zzip_dir_real </a>
can be used.
If these return a true value, the standard posix functions
- are more apropriate. The posix handles can be obtained with
+ are more appropriate. The posix handles can be obtained with
a call to
<a href="zziplib.html#zzip_realdir"> zzip_realdir </a> and
- <a href="zziplib.html#zzip_realfd"> zzip_realfd </a> respectivly.
+ <a href="zziplib.html#zzip_realfd"> zzip_realfd </a> respectively.
</P>
</section><section>