cortesi Tue May 28 20:17:44 2002 EDT
Modified files:
/phpdoc/en/language functions.xml
Log:
on my dictionary cappuccino has 2 "c"
Index: phpdoc/en/language/functions.xml
diff -u phpdoc/en/language/functions.xml:1.26 phpdoc/en/language/functions.xml:1.27
--- phpdoc/en/language/functions.xml:1.26 Fri Mar 15 01:38:22 2002
+++ phpdoc/en/language/functions.xml Tue May 28 20:17:38 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
<chapter id="functions">
<title>Functions</title>
@@ -133,7 +133,7 @@
<informalexample>
<programlisting role="php">
<![CDATA[
-function makecoffee ($type = "cappucino")
+function makecoffee ($type = "cappuccino")
{
return "Making a cup of $type.\n";
}
@@ -148,7 +148,7 @@
The output from the above snippet is:
<screen>
-Making a cup of cappucino.
+Making a cup of cappuccino.
Making a cup of espresso.
</screen>
</para>- [PHP-DOC] cvs: phpdoc /en/language functions.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/language functions... Egon Schmid
- [PHP-DOC] cvs: phpdoc /en/language functions... Jani Taskinen
- [PHP-DOC] cvs: phpdoc /en/language functions... Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/language functions... Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/language functions... Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/language functions... Yasuo Ohgaki
- [PHP-DOC] cvs: phpdoc /en/language functions... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/language functions... Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/language functions... Georg Richter
- [PHP-DOC] cvs: phpdoc /en/language functions... Sara Golemon
- [PHP-DOC] cvs: phpdoc /en/language functions... Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/language functions... Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/language functions... CHAILLAN Nicolas
- [PHP-DOC] cvs: phpdoc /en/language functions... Philip Olson
- [PHP-DOC] cvs: phpdoc /en/language functions... Andrew Lindeman
- [PHP-DOC] cvs: phpdoc /en/language functions... Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/language functions... Sara Golemon
- [PHP-DOC] cvs: phpdoc /en/language functions... Alexander Voytsekhovskyy
