[PHP-DOC] cvs: phpdoc /en/language basic-syntax.xml From: Derick Rethans (d.rethans <email protected>)
Date: 08/24/01

derick Fri Aug 24 06:18:59 2001 EDT

  Modified files:
    /phpdoc/en/language basic-syntax.xml
  Log:
  - Fixed spelling
  
  
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.14 phpdoc/en/language/basic-syntax.xml:1.15
--- phpdoc/en/language/basic-syntax.xml:1.14 Mon Aug 20 07:55:11 2001
+++ phpdoc/en/language/basic-syntax.xml Fri Aug 24 06:18:59 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
   <chapter id="language.basic-syntax">
    <title>Basic syntax</title>
 
@@ -51,7 +51,7 @@
   
     <para>
      When PHP starts to handle file, it will just output the text
- it encouters. So if you have a HTML-file, and you change its
+ it encounters. So if you have a HTML-file, and you change its
      extension to .php, your file will keep working.
     </para>