cvs: smarty /docs/en/programmers/api-functions api-register-block.xml api-register-compiler-function.xml api-register-function.xml api-register-modifier.xml api-register-outputfilter.xml api-register-postfilter.xml api-register-prefilter.xml
[email protected] ("Monte Ohrt") Fri, 02 Dec 2005 16:35:32 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsmohrt1133541332@cvsserver> |
mohrt Fri Dec 2 11:35:32 2005 EDT
Modified files:
/smarty/docs/en/programmers/api-functions api-register-block.xml
api-register-compiler-function.xml
api-register-function.xml
api-register-modifier.xml
api-register-outputfilter.xml
api-register-postfilter.xml
api-register-prefilter.xml
Log:
fix typos
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-functions/api-register-block.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/programmers/api-functions/api-register-block.xml
diff -u smarty/docs/en/programmers/api-functions/api-register-block.xml:1.4 smarty/docs/en/programmers/api-functions/api-register-block.xml:1.5
--- smarty/docs/en/programmers/api-functions/api-register-block.xml:1.4 Fri May 27 12:25:02 2005
+++ smarty/docs/en/programmers/api-functions/api-register-block.xml Fri Dec 2 11:35:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="api.register.block">
<refnamediv>
<refname>register_block()</refname>
@@ -26,7 +26,7 @@
<literal>array(&$object, $method)</literal> with
<literal>&$object</literal> being a reference to an
object and <literal>$method</literal> being a string
- containing the mehod-name or (c) an array of the form
+ containing the method-name or (c) an array of the form
<literal>array(&$class, $method)</literal> with
<literal>$class</literal> being a classname and
<literal>$method</literal> being a class method of that
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-functions/api-register-compiler-function.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/programmers/api-functions/api-register-compiler-function.xml
diff -u smarty/docs/en/programmers/api-functions/api-register-compiler-function.xml:1.4 smarty/docs/en/programmers/api-functions/api-register-compiler-function.xml:1.5
--- smarty/docs/en/programmers/api-functions/api-register-compiler-function.xml:1.4 Sun Jun 5 11:47:24 2005
+++ smarty/docs/en/programmers/api-functions/api-register-compiler-function.xml Fri Dec 2 11:35:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="api.register.compiler.function">
<refnamediv>
<refname>register_compiler_function()</refname>
@@ -30,7 +30,7 @@
<para>an array of the form <literal>array(&$object, $method)</literal> with
<literal>&$object</literal> being a reference to an
object and <literal>$method</literal> being a string
- containing the mehod-name
+ containing the method-name
</para>
</listitem><listitem>
<para>an array of the form
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-functions/api-register-function.xml?r1=1.7&r2=1.8&ty=u
Index: smarty/docs/en/programmers/api-functions/api-register-function.xml
diff -u smarty/docs/en/programmers/api-functions/api-register-function.xml:1.7 smarty/docs/en/programmers/api-functions/api-register-function.xml:1.8
--- smarty/docs/en/programmers/api-functions/api-register-function.xml:1.7 Wed Aug 31 14:52:22 2005
+++ smarty/docs/en/programmers/api-functions/api-register-function.xml Fri Dec 2 11:35:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="api.register.function">
<refnamediv>
<refname>register_function()</refname>
@@ -33,7 +33,7 @@
<literal>array(&$object, $method)</literal> with
<literal>&$object</literal> being a reference to an
object and <literal>$method</literal> being a string
- containing the mehod-name
+ containing the method-name
</para>
</listitem><listitem>
<para>
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-functions/api-register-modifier.xml?r1=1.5&r2=1.6&ty=u
Index: smarty/docs/en/programmers/api-functions/api-register-modifier.xml
diff -u smarty/docs/en/programmers/api-functions/api-register-modifier.xml:1.5 smarty/docs/en/programmers/api-functions/api-register-modifier.xml:1.6
--- smarty/docs/en/programmers/api-functions/api-register-modifier.xml:1.5 Sun Jun 5 11:47:24 2005
+++ smarty/docs/en/programmers/api-functions/api-register-modifier.xml Fri Dec 2 11:35:31 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="api.register.modifier">
<refnamediv>
<refname>register_modifier()</refname>
@@ -29,7 +29,7 @@
$method)</literal> with <literal>&$object</literal>
being a reference to an
object and <literal>$method</literal> being a string
- containing the mehod-name
+ containing the method-name
</para>
</listitem><listitem>
<para>
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-functions/api-register-outputfilter.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/programmers/api-functions/api-register-outputfilter.xml
diff -u smarty/docs/en/programmers/api-functions/api-register-outputfilter.xml:1.4 smarty/docs/en/programmers/api-functions/api-register-outputfilter.xml:1.5
--- smarty/docs/en/programmers/api-functions/api-register-outputfilter.xml:1.4 Sun Jun 5 11:47:25 2005
+++ smarty/docs/en/programmers/api-functions/api-register-outputfilter.xml Fri Dec 2 11:35:31 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="api.register.outputfilter">
<refnamediv>
<refname>register_outputfilter()</refname>
@@ -34,7 +34,7 @@
<literal>array(&$object, $method)</literal> with
<literal>&$object</literal> being a reference to an
object and <literal>$method</literal> being a string
- containing the mehod-name
+ containing the method-name
</para>
</listitem><listitem>
<para>
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-functions/api-register-postfilter.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/programmers/api-functions/api-register-postfilter.xml
diff -u smarty/docs/en/programmers/api-functions/api-register-postfilter.xml:1.4 smarty/docs/en/programmers/api-functions/api-register-postfilter.xml:1.5
--- smarty/docs/en/programmers/api-functions/api-register-postfilter.xml:1.4 Sun Jun 5 11:47:25 2005
+++ smarty/docs/en/programmers/api-functions/api-register-postfilter.xml Fri Dec 2 11:35:31 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="api.register.postfilter">
<refnamediv>
<refname>register_postfilter()</refname>
@@ -32,7 +32,7 @@
<literal>array(&$object, $method)</literal> with
<literal>&$object</literal> being a reference to an
object and <literal>$method</literal> being a string
- containing the mehod-name
+ containing the method-name
</para>
</listitem><listitem>
<para>
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-functions/api-register-prefilter.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/programmers/api-functions/api-register-prefilter.xml
diff -u smarty/docs/en/programmers/api-functions/api-register-prefilter.xml:1.4 smarty/docs/en/programmers/api-functions/api-register-prefilter.xml:1.5
--- smarty/docs/en/programmers/api-functions/api-register-prefilter.xml:1.4 Sun Jun 5 11:47:25 2005
+++ smarty/docs/en/programmers/api-functions/api-register-prefilter.xml Fri Dec 2 11:35:31 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="api.register.prefilter">
<refnamediv>
<refname>register_prefilter()</refname>
@@ -33,7 +33,7 @@
<literal>array(&$object, $method)</literal> with
<literal>&$object</literal> being a reference to an
object and <literal>$method</literal> being a string
- containing the mehod-name
+ containing the method-name
</para>
</listitem><listitem>
<para>