alindeman               Fri Mar 29 13:51:43 2002 EDT

  Modified files:              
    /phpdoc/en/chapters intro.xml 
  Log:
  typos/picky stuff
  
  
Index: phpdoc/en/chapters/intro.xml
diff -u phpdoc/en/chapters/intro.xml:1.29 phpdoc/en/chapters/intro.xml:1.30
--- phpdoc/en/chapters/intro.xml:1.29   Sun Feb  3 16:50:57 2002
+++ phpdoc/en/chapters/intro.xml        Fri Mar 29 13:51:43 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
  <chapter id="introduction">
   <title>Introduction</title>
 
@@ -97,7 +97,7 @@
        to run it without any server and any browser.
        You only need the PHP parser to use it this way.
        This type of usage is ideal for scripts regularly
-       executed using cron (task sheduler on Windows),
+       executed using cron (task scheduler on Windows),
        or simple text processing tasks. See the section about
        <link linkend="commandline">Command line usage
        of PHP</link> for more information.
@@ -143,7 +143,7 @@
    </para>
    <para>
     With PHP you are not limited to output HTML. PHP's abilities
-    includes outputing images, PDF files and even Flash movies
+    includes outputting images, PDF files and even Flash movies
     (using libswf and Ming) generated on the fly. You can also
     output easily any text, such as XHTML and any other XML file.
     PHP can autogenerate these files, and save them in the file


Reply via email to