Author: Raymond Bosman
Date: 2006-01-20 13:10:38 +0100 (Fri, 20 Jan 2006)
New Revision: 1988

Log:
# spell checked.

Modified:
   packages/Archive/trunk/docs/tutorial.txt

Modified: packages/Archive/trunk/docs/tutorial.txt
===================================================================
--- packages/Archive/trunk/docs/tutorial.txt    2006-01-20 12:08:10 UTC (rev 
1987)
+++ packages/Archive/trunk/docs/tutorial.txt    2006-01-20 12:10:38 UTC (rev 
1988)
@@ -28,7 +28,7 @@
   The ezcArchive returns an ezcArchiveEntry when an entry is requested from the
   archive. The ezcArchiveEntry provides file information about the file path,
   it's access rights and whether the file is an directory, symbolic link,
-  hardlink, block-file, etc. The owner name, the group name, the last access
+  hard link, block-file, etc. The owner name, the group name, the last access
   time are also available. 
  
 For more information about these classes, see the class documentation.
@@ -37,7 +37,7 @@
 Installation
 ============
 
-This tutorial assumes that you have set-up an eZ components enviroment. For
+This tutorial assumes that you have set-up an eZ components environment. For
 information on how to do this, please refer to the ComponentsIntroduction_.
 
 .. _ComponentsIntroduction: 
http://ez.no/community/articles/an_introduction_to_ez_components
@@ -56,13 +56,13 @@
 
 - Unix V7
 - Ustar
-- Posix
+- POSIX
 - Gnu
 
 Each format can be extracted from the archive. Appending entries to the archive
 is only available for Unix V7 and Ustar format. 
 
-Extracting an Archive comes in two flavours: 
+Extracting an Archive comes in two flavors: 
 
 - ezcArchive->extract(), extracts all entries from the archive.
 - ezcArchive->extractCurrent(), extracts only the current entry. 
@@ -78,8 +78,8 @@
    :literal:
 
 First the tutorial_autoload.php is included. The included file loads the
-correct php files for the archive package. Hereafter the timezone is set to
-"UTC". The archive uses some date functions and without a timezone PHP may
+correct php files for the archive package. Hereafter the time zone is set to
+"UTC". The archive uses some date functions and without a time zone PHP may
 show some warnings.
 
 The gzipped TAR archive is opened using the zlib stream. The while() method
@@ -97,7 +97,7 @@
 -----------------------------
 
 Unfortunately, it is not yet possible to directly append files to a gzipped or
-bzipped Tar archive. The zlib and bzip2 library do not support opening a file
+bzipped Tar archive. The zlib and BZip2 library do not support opening a file
 for reading and writing.
 
 ezcArchive has two methods for appending files:

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to