didou Fri Sep 26 12:56:58 2003 EDT
Modified files:
/phpdoc/en/faq using.xml
Log:
typo
Index: phpdoc/en/faq/using.xml
diff -u phpdoc/en/faq/using.xml:1.26 phpdoc/en/faq/using.xml:1.27
--- phpdoc/en/faq/using.xml:1.26 Wed May 28 14:43:22 2003
+++ phpdoc/en/faq/using.xml Fri Sep 26 12:56:58 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
<chapter id="faq.using">
<title>Using PHP</title>
<titleabbrev>Using PHP</titleabbrev>
@@ -322,7 +322,7 @@
variables (and much more information) can be seen by calling the
<function>phpinfo</function> function. Be sure to read the manual
section on <link linkend="language.variables.external">variables from
- outside of PHP</link> as it describes common scenerios for
+ outside of PHP</link> as it describes common scenarios for
external variables, like from a HTML form, a Cookie, and the URL.
</para>