From 5848f27a4521dce3c3685066c4030d8301bbfb3f Mon Sep 17 00:00:00 2001 From: Dallas Wang Date: Sun, 21 Aug 2005 21:24:48 +0000 Subject: [PATCH] Typo fix. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194117 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals/intro.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internals/intro.xml b/internals/intro.xml index 0251623145..2fea34cad3 100644 --- a/internals/intro.xml +++ b/internals/intro.xml @@ -1,14 +1,14 @@ - + If you are about to begin developing PHP or Zend extensions, you need to prepare yourself for the programming environment provided by the various APIs. This part of the documentation tries to introduce the APIs provided by the different PHP and Zend Engine versions available. - Since most of the information available here is somwehat outdated, + Since most of the information available here is somewhat outdated, you'll want to read various files found in the PHP source, files such - as README.SELF-CONTAINED-EXTENSIONS and + as README.SELF-CONTAINED-EXTENSIONS and README.EXT_SKEL in addition to the manual.