From e504eac458c6fee0fa86abbb708a8a4769f38b6b Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Fri, 29 Mar 2002 18:51:43 +0000 Subject: [PATCH] typos/picky stuff git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75824 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/intro.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapters/intro.xml b/chapters/intro.xml index f2066ebb09..eb706b9cc1 100644 --- a/chapters/intro.xml +++ b/chapters/intro.xml @@ -1,5 +1,5 @@ - + Introduction @@ -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 Command line usage of PHP for more information. @@ -143,7 +143,7 @@ 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