vrana Sun Feb 13 17:02:37 2005 EDT
Modified files:
/phpdoc/en/language variables.xml
Log:
Typo, WS
http://cvs.php.net/diff.php/phpdoc/en/language/variables.xml?r1=1.85&r2=1.86&ty=u
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.85
phpdoc/en/language/variables.xml:1.86
--- phpdoc/en/language/variables.xml:1.85 Wed Jan 19 01:51:00 2005
+++ phpdoc/en/language/variables.xml Sun Feb 13 17:02:36 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.85 $ -->
+<!-- $Revision: 1.86 $ -->
<chapter id="language.variables">
<title>Variables</title>
@@ -569,9 +569,9 @@
<note>
<para>
- Static variables maybe declared as seen in the examples above.
- Trying to assign values to these variables which are the
- result of expressions will cause a parse error.
+ Static variables may be declared as seen in the examples above.
+ Trying to assign values to these variables which are the
+ result of expressions will cause a parse error.
</para>
<para>
<example>