[DOC-CVS] [doc-en] master: Fix spelling typos across the manual (#5574)

[email protected] (Louis-Arnaud via GitHub) Sat, 23 May 2026 20:22:57 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Louis-Arnaud (lacatoire)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-05-23T22:22:55+02:00

Commit: https://github.com/php/doc-en/commit/7cecc752c7a19aa6ea422ac7ae82952a21bedd67
Raw diff: https://github.com/php/doc-en/commit/7cecc752c7a19aa6ea422ac7ae82952a21bedd67.diff

Fix spelling typos across the manual (#5574)

* Fix spelling typos across the manual

Changed paths:
  M  chmonly/integration.xml
  M  reference/cmark/commonmark.cql.xml
  M  reference/dom/domdocument/getelementbyid.xml
  M  reference/dom/domnode/removechild.xml
  M  reference/ds/ds/deque/contains.xml
  M  reference/ds/ds/deque/rotate.xml
  M  reference/ds/ds/sequence/contains.xml
  M  reference/ds/ds/sequence/rotate.xml
  M  reference/ds/ds/vector/contains.xml
  M  reference/ds/ds/vector/rotate.xml
  M  reference/ev/ev/feedsignal.xml
  M  reference/ev/ev/now.xml
  M  reference/ev/ev/resume.xml
  M  reference/ev/ev/suspend.xml
  M  reference/ev/evprepare/createstopped.xml
  M  reference/ev/evsignal/createstopped.xml
  M  reference/ev/watcher-callbacks.xml
  M  reference/event/eventbuffer/pullup.xml
  M  reference/event/eventbufferevent/sslerror.xml
  M  reference/event/eventdnsbase.xml
  M  reference/event/eventhttprequest/senderror.xml
  M  reference/event/examples.xml
  M  reference/fann/functions/fann-get-cascade-output-change-fraction.xml
  M  reference/fann/functions/fann-get-layer-array.xml
  M  reference/fann/functions/fann-get-num-layers.xml
  M  reference/imagick/imagick/forwardfouriertransformimage.xml
  M  reference/intl/intlcalendar/getleastmaximum.xml
  M  reference/outcontrol/user-level-output-buffers.xml
  M  reference/ps/functions/ps-hyphenate.xml
  M  reference/yaf/yaf_view_simple/assignref.xml
  M  reference/zookeeper/zookeeper.xml
  M  reference/zookeeper/zookeeper/addauth.xml
  M  reference/zookeeper/zookeeper/close.xml
  M  reference/zookeeper/zookeeper/connect.xml
  M  reference/zookeeper/zookeeper/construct.xml
  M  reference/zookeeper/zookeeper/create.xml
  M  reference/zookeeper/zookeeper/delete.xml
  M  reference/zookeeper/zookeeper/exists.xml
  M  reference/zookeeper/zookeeper/get.xml
  M  reference/zookeeper/zookeeper/getacl.xml
  M  reference/zookeeper/zookeeper/getchildren.xml
  M  reference/zookeeper/zookeeper/getclientid.xml
  M  reference/zookeeper/zookeeper/getrecvtimeout.xml
  M  reference/zookeeper/zookeeper/getstate.xml
  M  reference/zookeeper/zookeeper/isrecoverable.xml
  M  reference/zookeeper/zookeeper/set.xml
  M  reference/zookeeper/zookeeper/setacl.xml
  M  reference/zookeeper/zookeeper/setdebuglevel.xml
  M  reference/zookeeper/zookeeper/setdeterministicconnorder.xml
  M  reference/zookeeper/zookeeper/setlogstream.xml
  M  reference/zookeeper/zookeeper/setwatcher.xml
  M  reference/zookeeper/zookeeperconfig/add.xml
  M  reference/zookeeper/zookeeperconfig/get.xml
  M  reference/zookeeper/zookeeperconfig/remove.xml
  M  reference/zookeeper/zookeeperconfig/set.xml


Diff:

diff --git a/chmonly/integration.xml b/chmonly/integration.xml
index 86f16349a8ab..6a6541312488 100644
--- a/chmonly/integration.xml
+++ b/chmonly/integration.xml
@@ -35,17 +35,17 @@
    the help content is stored in HTML files, you can show pages of the CHM
    in Internet Explorer.
   </para>
-  <para>
+  <simpara>
    Assume that you placed your <filename>php_manual_en.chm</filename> to
    <filename>c:\phpmanual</filename> the index file in the manual (which
    you see the first time) can be accessed with the following URL:
    <literal>mk:@MSITStore:C:\phpmanual\php_manual_en.chm::/_index.html</literal>.
    Here <literal>mk:@MSITStore:</literal> is the special "protocol", 
-   <filename>C:\phpmanual\php_manual_en.chm</filename> is the CHM with it's
+   <filename>C:\phpmanual\php_manual_en.chm</filename> is the CHM with its
    full path. The <filename>/_index.html</filename> part is the path to the
    index file inside the CHM and <literal>::</literal> is just what you need
    to put between the CHM path and this file path.
-  </para>
+  </simpara>
   <para>
    <note>
     <para>
diff --git a/reference/cmark/commonmark.cql.xml b/reference/cmark/commonmark.cql.xml
index 7733a2777501..c839f164bda7 100644
--- a/reference/cmark/commonmark.cql.xml
+++ b/reference/cmark/commonmark.cql.xml
@@ -16,7 +16,7 @@
    <formalpara>
     <title>Paths:</title>
      <para>
-      In it's most simplistic form, a CQL query combines the following paths and <literal>/</literal> to describe how to travel through a tree:
+      In its most simplistic form, a CQL query combines the following paths and <literal>/</literal> to describe how to travel through a tree:
       <simplelist>
        <member>firstChild</member>
        <member>lastChild</member>
diff --git a/reference/dom/domdocument/getelementbyid.xml b/reference/dom/domdocument/getelementbyid.xml
index 057a1db27f38..ac5fbe0a1877 100644
--- a/reference/dom/domdocument/getelementbyid.xml
+++ b/reference/dom/domdocument/getelementbyid.xml
@@ -16,14 +16,14 @@
    <xref linkend="domdocument.getelementsbytagname"/> but 
    searches for an element with a given id.
   </para>
-  <para>
+  <simpara>
    For this function to work, you will need either to set some ID attributes
    with <xref linkend="domelement.setidattribute"/>
    or a DTD which defines an attribute to be of type ID. 
-   In the later case, you will need to validate your document with
+   In the latter case, you will need to validate your document with
    <xref linkend="domdocument.validate"/> 
    or <link linkend="domdocument.props.validateonparse">DOMDocument::$validateOnParse</link> before using this function.
-  </para>
+  </simpara>
  </refsect1>
  <refsect1 role="parameters">
   &reftitle.parameters;
diff --git a/reference/dom/domnode/removechild.xml b/reference/dom/domnode/removechild.xml
index 2e760737b049..22ea0dc9228c 100644
--- a/reference/dom/domnode/removechild.xml
+++ b/reference/dom/domnode/removechild.xml
@@ -13,9 +13,9 @@
    <modifier>public</modifier> <type class="union"><type>DOMNode</type><type>false</type></type><methodname>DOMNode::removeChild</methodname>
    <methodparam><type>DOMNode</type><parameter>child</parameter></methodparam>
   </methodsynopsis>
-  <para>
-   This functions removes a child from a list of children.
-  </para>
+  <simpara>
+   This function removes a child from a list of children.
+  </simpara>
  </refsect1>
  <refsect1 role="parameters">
   &reftitle.parameters;
diff --git a/reference/ds/ds/deque/contains.xml b/reference/ds/ds/deque/contains.xml
index 396ad121cc97..878ec0320e25 100644
--- a/reference/ds/ds/deque/contains.xml
+++ b/reference/ds/ds/deque/contains.xml
@@ -59,7 +59,7 @@ var_dump($deque->contains(...['c', 'b', 'a'])); // true
 var_dump($deque->contains(1));                  // true
 var_dump($deque->contains('1'));                // false
 
-var_dump($sequece->contains(...[]));               // true
+var_dump($deque->contains(...[]));                 // true
 ?>
 ]]>
    </programlisting>
diff --git a/reference/ds/ds/deque/rotate.xml b/reference/ds/ds/deque/rotate.xml
index a053eb65ae6f..dce00cbcea33 100644
--- a/reference/ds/ds/deque/rotate.xml
+++ b/reference/ds/ds/deque/rotate.xml
@@ -54,7 +54,7 @@ $deque = new \Ds\Deque(["a", "b", "c", "d"]);
 $deque->rotate(1);  // "a" is shifted, then pushed.
 print_r($deque);
 
-$deque->rotate(2);  // "b" and "c" are both shifted, the pushed.
+$deque->rotate(2);  // "b" and "c" are both shifted, then pushed.
 print_r($deque);
 ?>
 ]]>
diff --git a/reference/ds/ds/sequence/contains.xml b/reference/ds/ds/sequence/contains.xml
index 30772474d63f..55d99d4b1d4b 100644
--- a/reference/ds/ds/sequence/contains.xml
+++ b/reference/ds/ds/sequence/contains.xml
@@ -59,7 +59,7 @@ var_dump($sequence->contains(...['c', 'b', 'a'])); // true
 var_dump($sequence->contains(1));                  // true
 var_dump($sequence->contains('1'));                // false
 
-var_dump($sequece->contains(...[]));               // true
+var_dump($sequence->contains(...[]));               // true
 ?>
 ]]>
    </programlisting>
diff --git a/reference/ds/ds/sequence/rotate.xml b/reference/ds/ds/sequence/rotate.xml
index 71c50973ca2e..46de6ba08643 100644
--- a/reference/ds/ds/sequence/rotate.xml
+++ b/reference/ds/ds/sequence/rotate.xml
@@ -54,7 +54,7 @@ $sequence = new \Ds\Vector(["a", "b", "c", "d"]);
 $sequence->rotate(1);  // "a" is shifted, then pushed.
 print_r($sequence);
 
-$sequence->rotate(2);  // "b" and "c" are both shifted, the pushed.
+$sequence->rotate(2);  // "b" and "c" are both shifted, then pushed.
 print_r($sequence);
 ?>
 ]]>
diff --git a/reference/ds/ds/vector/contains.xml b/reference/ds/ds/vector/contains.xml
index 8ee226def21e..061669bf8b54 100644
--- a/reference/ds/ds/vector/contains.xml
+++ b/reference/ds/ds/vector/contains.xml
@@ -59,7 +59,7 @@ var_dump($vector->contains(...['c', 'b', 'a'])); // true
 var_dump($vector->contains(1));                  // true
 var_dump($vector->contains('1'));                // false
 
-var_dump($sequece->contains(...[]));               // true
+var_dump($vector->contains(...[]));                // true
 ?>
 ]]>
    </programlisting>
diff --git a/reference/ds/ds/vector/rotate.xml b/reference/ds/ds/vector/rotate.xml
index e82315f82e34..c3282e59ea92 100644
--- a/reference/ds/ds/vector/rotate.xml
+++ b/reference/ds/ds/vector/rotate.xml
@@ -54,7 +54,7 @@ $vector = new \Ds\Vector(["a", "b", "c", "d"]);
 $vector->rotate(1);  // "a" is shifted, then pushed.
 print_r($vector);
 
-$vector->rotate(2);  // "b" and "c" are both shifted, the pushed.
+$vector->rotate(2);  // "b" and "c" are both shifted, then pushed.
 print_r($vector);
 ?>
 ]]>
diff --git a/reference/ev/ev/feedsignal.xml b/reference/ev/ev/feedsignal.xml
index 4694d0515f3e..36dfbe862dd6 100644
--- a/reference/ev/ev/feedsignal.xml
+++ b/reference/ev/ev/feedsignal.xml
@@ -3,7 +3,7 @@
 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="ev.feedsignal">
  <refnamediv>
   <refname>Ev::feedSignal</refname>
-  <refpurpose>Feed a signal event info Ev</refpurpose>
+  <refpurpose>Feed a signal event into Ev</refpurpose>
  </refnamediv>
  <refsect1 role="description">
   &reftitle.description;
diff --git a/reference/ev/ev/now.xml b/reference/ev/ev/now.xml
index 47b4278802cb..13bdac16c255 100644
--- a/reference/ev/ev/now.xml
+++ b/reference/ev/ev/now.xml
@@ -22,7 +22,7 @@
    <classname>EvTimer</classname>
    and
    <classname>EvPeriodic</classname>)
-   are based on, and referring to it is usually faster then calling
+   are based on, and referring to it is usually faster than calling
    <methodname>Ev::time</methodname>.
   </simpara>
  </refsect1>
diff --git a/reference/ev/ev/resume.xml b/reference/ev/ev/resume.xml
index 0836222cdce4..dfeb9f355912 100644
--- a/reference/ev/ev/resume.xml
+++ b/reference/ev/ev/resume.xml
@@ -22,7 +22,7 @@
    methods suspend and resume a loop correspondingly.
   </simpara>
   <simpara>
-   All timer watchers will be delayed by the time spend between
+   All timer watchers will be delayed by the time spent between
    <emphasis>suspend</emphasis>
    and
    <emphasis>resume</emphasis>,
diff --git a/reference/ev/ev/suspend.xml b/reference/ev/ev/suspend.xml
index 496f858871f4..71a1e8e441d6 100644
--- a/reference/ev/ev/suspend.xml
+++ b/reference/ev/ev/suspend.xml
@@ -22,7 +22,7 @@
    methods suspend and resume the default loop correspondingly.
   </simpara>
   <simpara>
-   All timer watchers will be delayed by the time spend between
+   All timer watchers will be delayed by the time spent between
    <emphasis>suspend</emphasis>
    and
    <emphasis>resume</emphasis>,
diff --git a/reference/ev/evprepare/createstopped.xml b/reference/ev/evprepare/createstopped.xml
index 36751a47775a..833f8235da70 100644
--- a/reference/ev/evprepare/createstopped.xml
+++ b/reference/ev/evprepare/createstopped.xml
@@ -31,7 +31,7 @@
   <simpara>
    Creates a stopped instance of EvPrepare watcher. Unlike
    <methodname>EvPrepare::__construct</methodname>,
-   this method doesn&apos; start the watcher automatically.
+   this method doesn&apos;t start the watcher automatically.
   </simpara>
  </refsect1>
  <refsect1 role="parameters">
@@ -73,7 +73,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <simpara>
-   Return EvPrepare object on success.
+   Returns EvPrepare object on success.
   </simpara>
  </refsect1>
  <refsect1 role="seealso">
diff --git a/reference/ev/evsignal/createstopped.xml b/reference/ev/evsignal/createstopped.xml
index 780b01bc5c94..8d3ea025f401 100644
--- a/reference/ev/evsignal/createstopped.xml
+++ b/reference/ev/evsignal/createstopped.xml
@@ -35,7 +35,7 @@
   <simpara>
    Create stopped EvSignal watcher object. Unlike
    <methodname>EvSignal::__construct</methodname>,
-   this method does&apos;t start the watcher automatically.
+   this method doesn&apos;t start the watcher automatically.
   </simpara>
  </refsect1>
  <refsect1 role="parameters">
diff --git a/reference/ev/watcher-callbacks.xml b/reference/ev/watcher-callbacks.xml
index d18cbb957be9..a533551b5b79 100644
--- a/reference/ev/watcher-callbacks.xml
+++ b/reference/ev/watcher-callbacks.xml
@@ -67,7 +67,7 @@
   (or
   <methodname>EvLoop::child</methodname>)
   sets
-  <constant>EV::CHILD</constant>,
+  <constant>Ev::CHILD</constant>,
   <classname>EvPrepare</classname>
   (or
   <methodname>EvLoop::prepare</methodname>)
diff --git a/reference/event/eventbuffer/pullup.xml b/reference/event/eventbuffer/pullup.xml
index f60c9872ea68..b6053e5acc50 100644
--- a/reference/event/eventbuffer/pullup.xml
+++ b/reference/event/eventbuffer/pullup.xml
@@ -4,7 +4,7 @@
  <refnamediv>
   <refname>EventBuffer::pullup</refname>
   <refpurpose>Linearizes data within buffer
-  and returns it's contents as a string</refpurpose>
+  and returns its contents as a string</refpurpose>
  </refnamediv>
  <refsect1 role="description">
   &reftitle.description;
diff --git a/reference/event/eventbufferevent/sslerror.xml b/reference/event/eventbufferevent/sslerror.xml
index 0ae350d82fa4..24fcd1f253f6 100644
--- a/reference/event/eventbufferevent/sslerror.xml
+++ b/reference/event/eventbufferevent/sslerror.xml
@@ -43,7 +43,7 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-// This callback is invoked when some even occurs on the event listener,
+// This callback is invoked when some event occurs on the event listener,
 // e.g. connection closed, or an error occurred
 function ssl_event_cb($bev, $events, $ctx) {
     if ($events & EventBufferEvent::ERROR) {
diff --git a/reference/event/eventdnsbase.xml b/reference/event/eventdnsbase.xml
index 0e4d67e56ed7..7b91a22ec560 100644
--- a/reference/event/eventdnsbase.xml
+++ b/reference/event/eventdnsbase.xml
@@ -7,10 +7,10 @@
 <!-- {{{ EventDnsBase intro -->
   <section xml:id="eventdnsbase.intro">
    &reftitle.intro;
-   <para>
+   <simpara>
     Represents Libevent&apos;s DNS base structure. Used to resolve DNS
-    asyncronously, parse configuration files like resolv.conf etc.
-   </para>
+    asynchronously, parse configuration files like resolv.conf etc.
+   </simpara>
   </section>
 <!-- }}} -->
   <section xml:id="eventdnsbase.synopsis">
diff --git a/reference/event/eventhttprequest/senderror.xml b/reference/event/eventhttprequest/senderror.xml
index e04078f9b246..44056d03a00b 100644
--- a/reference/event/eventhttprequest/senderror.xml
+++ b/reference/event/eventhttprequest/senderror.xml
@@ -44,10 +44,10 @@
      <parameter>reason</parameter>
     </term>
     <listitem>
-     <para>
-      A brief explanation ofthe error. If &null;, the standard meaning of the
+     <simpara>
+      A brief explanation of the error. If &null;, the standard meaning of the
       error code will be used.
-     </para>
+     </simpara>
     </listitem>
    </varlistentry>
   </variablelist>
diff --git a/reference/event/examples.xml b/reference/event/examples.xml
index 158a7dc492b2..da10d4952446 100644
--- a/reference/event/examples.xml
+++ b/reference/event/examples.xml
@@ -390,7 +390,7 @@ class MySslEchoServer {
         $bev->writeBuffer($in);
     }
 
-    // This callback is invoked when some even occurs on the event listener,
+    // This callback is invoked when some event occurs on the event listener,
     // e.g. connection closed, or an error occurred
     function ssl_event_cb($bev, $events, $ctx) {
         if ($events & EventBufferEvent::ERROR) {
diff --git a/reference/fann/functions/fann-get-cascade-output-change-fraction.xml b/reference/fann/functions/fann-get-cascade-output-change-fraction.xml
index 9b35407bda12..27f5cc48a863 100644
--- a/reference/fann/functions/fann-get-cascade-output-change-fraction.xml
+++ b/reference/fann/functions/fann-get-cascade-output-change-fraction.xml
@@ -28,9 +28,9 @@
    If the cascade output change fraction is low, the output connections will be trained more and if the fraction is high,
    they will be trained less.
   </para>
-  <para>
-   The default cascade output change fraction is 0.01, which is equalent to a 1% change in MSE.
-  </para>
+  <simpara>
+   The default cascade output change fraction is 0.01, which is equivalent to a 1% change in MSE.
+  </simpara>
  </refsect1>
 
  <refsect1 role="parameters">
diff --git a/reference/fann/functions/fann-get-layer-array.xml b/reference/fann/functions/fann-get-layer-array.xml
index 7364e2b52ec9..f56aa7377a0b 100644
--- a/reference/fann/functions/fann-get-layer-array.xml
+++ b/reference/fann/functions/fann-get-layer-array.xml
@@ -35,9 +35,9 @@
 
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
-  <para>
-   An array of numbers of neurons in each leayer
-  </para>
+  <simpara>
+   An array of numbers of neurons in each layer
+  </simpara>
  </refsect1>
 
 </refentry>
diff --git a/reference/fann/functions/fann-get-num-layers.xml b/reference/fann/functions/fann-get-num-layers.xml
index edc2770ec09d..3ad2c4f7faeb 100644
--- a/reference/fann/functions/fann-get-num-layers.xml
+++ b/reference/fann/functions/fann-get-num-layers.xml
@@ -32,9 +32,9 @@
 
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
-  <para>
-   The number of leayers in the neural network, or &false; on error.
-  </para>
+  <simpara>
+   The number of layers in the neural network, or &false; on error.
+  </simpara>
  </refsect1>
 
 
diff --git a/reference/imagick/imagick/forwardfouriertransformimage.xml b/reference/imagick/imagick/forwardfouriertransformimage.xml
index 45b49270c0c8..5523a36a5fd1 100644
--- a/reference/imagick/imagick/forwardfouriertransformimage.xml
+++ b/reference/imagick/imagick/forwardfouriertransformimage.xml
@@ -59,7 +59,7 @@ function createMask() {
     $draw->setStrokeColor('rgb(255, 255, 255)');
     $draw->setFillColor('rgb(255, 255, 255)');
 
-    //Draw a circle on the y-axis, with it's centre
+    //Draw a circle on the y-axis, with its centre
     //at x, y that touches the origin
     $draw->circle(250, 250, 220, 250);
 
diff --git a/reference/intl/intlcalendar/getleastmaximum.xml b/reference/intl/intlcalendar/getleastmaximum.xml
index a96bde552eb8..4bb5ca7dbfaa 100644
--- a/reference/intl/intlcalendar/getleastmaximum.xml
+++ b/reference/intl/intlcalendar/getleastmaximum.xml
@@ -23,13 +23,13 @@
    <methodparam><type>IntlCalendar</type><parameter>calendar</parameter></methodparam>
    <methodparam><type>int</type><parameter>field</parameter></methodparam>
   </methodsynopsis>
-  <para>
+  <simpara>
    Returns the smallest local maximumw for a field. This should be a value
    smaller or equal to that returned by
-   <function>IntlCalendar::getActualMaxmimum</function>, which is in its turn
+   <function>IntlCalendar::getActualMaximum</function>, which is in its turn
    smaller or equal to that returned by
    <function>IntlCalendar::getMaximum</function>.
-  </para>
+  </simpara>
  </refsect1>
 
  <refsect1 role="parameters">
diff --git a/reference/outcontrol/user-level-output-buffers.xml b/reference/outcontrol/user-level-output-buffers.xml
index 913e2928b0ad..58eb7156569f 100644
--- a/reference/outcontrol/user-level-output-buffers.xml
+++ b/reference/outcontrol/user-level-output-buffers.xml
@@ -169,7 +169,7 @@
 
  <section xml:id="outcontrol.operations-on-buffers">
   <title>Operations Allowed On Buffers</title>
-  <para>
+  <simpara>
    The operations allowed on buffers can be controlled
    by passing one of the
    <link linkend="outcontrol.constants.buffer-control-flags">buffer control flags</link>
@@ -178,8 +178,8 @@
    If omitted, all operations are allowed by default.
    If <literal>0</literal> is used instead,
    the buffer cannot be flushed, cleaned or removed
-   but it's contents can still be retrieved.
-  </para>
+   but its contents can still be retrieved.
+  </simpara>
   <para>
    <constant>PHP_OUTPUT_HANDLER_CLEANABLE</constant> allows
    <function>ob_clean</function> to clean the contents of the buffer.
diff --git a/reference/ps/functions/ps-hyphenate.xml b/reference/ps/functions/ps-hyphenate.xml
index 306de72fcf9b..0d8fbe27d1ca 100644
--- a/reference/ps/functions/ps-hyphenate.xml
+++ b/reference/ps/functions/ps-hyphenate.xml
@@ -43,12 +43,12 @@
     <varlistentry>
      <term><parameter>text</parameter></term>
      <listitem>
-      <para>
+      <simpara>
        <parameter>text</parameter> should not contain any non alpha
        characters. Possible positions for breaks are returned in an array of
-       interger numbers. Each number is the position of the char in 
+       integer numbers. Each number is the position of the char in
        <parameter>text</parameter> after which a hyphenation can take place.
-      </para>
+      </simpara>
      </listitem>
     </varlistentry>
    </variablelist>
diff --git a/reference/yaf/yaf_view_simple/assignref.xml b/reference/yaf/yaf_view_simple/assignref.xml
index 2aae1f741353..8ac0c1c85469 100644
--- a/reference/yaf/yaf_view_simple/assignref.xml
+++ b/reference/yaf/yaf_view_simple/assignref.xml
@@ -26,9 +26,9 @@
    <varlistentry>
     <term><parameter>name</parameter></term>
     <listitem>
-     <para>
-       A string name which will be used to access the value in the tempalte.
-     </para>
+     <simpara>
+       A string name which will be used to access the value in the template.
+     </simpara>
     </listitem>
    </varlistentry>
    <varlistentry>
diff --git a/reference/zookeeper/zookeeper.xml b/reference/zookeeper/zookeeper.xml
index 176e689619b4..7bd9273e8a05 100644
--- a/reference/zookeeper/zookeeper.xml
+++ b/reference/zookeeper/zookeeper.xml
@@ -577,7 +577,7 @@
      <varlistentry xml:id="zookeeper.constants.child-event">
       <term><constant>Zookeeper::CHILD_EVENT</constant></term>
       <listitem>
-       <para>A change as occurred in the list of children</para>
+       <simpara>A change has occurred in the list of children</simpara>
        <para>This is only generated by watches on the child list of a node. These watches are set using Zookeeper::getChildren.</para>
       </listitem>
      </varlistentry>
diff --git a/reference/zookeeper/zookeeper/addauth.xml b/reference/zookeeper/zookeeper/addauth.xml
index 2b29738a4358..b28095692632 100644
--- a/reference/zookeeper/zookeeper/addauth.xml
+++ b/reference/zookeeper/zookeeper/addauth.xml
@@ -68,9 +68,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or operation fails.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
@@ -84,7 +84,7 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-$zookeeper = new Zookeeper('locahost:2181');
+$zookeeper = new Zookeeper('localhost:2181');
 $path = '/path/to/node';
 $value = 'nodevalue';
 $zookeeper->set($path, $value);
diff --git a/reference/zookeeper/zookeeper/close.xml b/reference/zookeeper/zookeeper/close.xml
index a61fb26eab04..b49f8c66da92 100644
--- a/reference/zookeeper/zookeeper/close.xml
+++ b/reference/zookeeper/zookeeper/close.xml
@@ -30,9 +30,9 @@
 
  <refsect1 role="errors">
   &reftitle.errors;
-  <para>
-   This method emits <classname>ZookeeperException</classname> and it's derivatives when closing an uninitialized instance.
-  </para>
+  <simpara>
+   This method emits <classname>ZookeeperException</classname> and its derivatives when closing an uninitialized instance.
+  </simpara>
  </refsect1>
 
  <refsect1 role="seealso">
diff --git a/reference/zookeeper/zookeeper/connect.xml b/reference/zookeeper/zookeeper/connect.xml
index 92032d935350..c5736dc48ad1 100644
--- a/reference/zookeeper/zookeeper/connect.xml
+++ b/reference/zookeeper/zookeeper/connect.xml
@@ -65,9 +65,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or could not init instance.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
diff --git a/reference/zookeeper/zookeeper/construct.xml b/reference/zookeeper/zookeeper/construct.xml
index 68d388936964..98aa2a1cac93 100644
--- a/reference/zookeeper/zookeeper/construct.xml
+++ b/reference/zookeeper/zookeeper/construct.xml
@@ -57,9 +57,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or could not init instance.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
diff --git a/reference/zookeeper/zookeeper/create.xml b/reference/zookeeper/zookeeper/create.xml
index dc94d9ef1e00..8918f1e89fbd 100644
--- a/reference/zookeeper/zookeeper/create.xml
+++ b/reference/zookeeper/zookeeper/create.xml
@@ -73,9 +73,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or fail to create node.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
@@ -89,7 +89,7 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-$zookeeper = new Zookeeper('locahost:2181');
+$zookeeper = new Zookeeper('localhost:2181');
 $aclArray = array(
   array(
     'perms'  => Zookeeper::PERM_ALL,
diff --git a/reference/zookeeper/zookeeper/delete.xml b/reference/zookeeper/zookeeper/delete.xml
index d873d70ee9ef..1640ad57e9f6 100644
--- a/reference/zookeeper/zookeeper/delete.xml
+++ b/reference/zookeeper/zookeeper/delete.xml
@@ -52,9 +52,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or fail to delete node.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
@@ -68,7 +68,7 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-$zookeeper = new Zookeeper('locahost:2181');
+$zookeeper = new Zookeeper('localhost:2181');
 $path = '/path/to/node';
 $r = $zookeeper->delete($path);
 if ($r)
diff --git a/reference/zookeeper/zookeeper/exists.xml b/reference/zookeeper/zookeeper/exists.xml
index dc790af0e1f1..f5a655138932 100644
--- a/reference/zookeeper/zookeeper/exists.xml
+++ b/reference/zookeeper/zookeeper/exists.xml
@@ -52,9 +52,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or fail to check the existence of a node.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
@@ -68,7 +68,7 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-$zookeeper = new Zookeeper('locahost:2181');
+$zookeeper = new Zookeeper('localhost:2181');
 $path = '/path/to/node';
 $r = $zookeeper->exists($path);
 if ($r)
diff --git a/reference/zookeeper/zookeeper/get.xml b/reference/zookeeper/zookeeper/get.xml
index 2c7877df24aa..5d5616eb6c95 100644
--- a/reference/zookeeper/zookeeper/get.xml
+++ b/reference/zookeeper/zookeeper/get.xml
@@ -70,9 +70,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or fail to get value from node.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
@@ -86,7 +86,7 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-$zookeeper = new Zookeeper('locahost:2181');
+$zookeeper = new Zookeeper('localhost:2181');
 $path = '/path/to/node';
 $value = 'nodevalue';
 $zookeeper->set($path, $value);
diff --git a/reference/zookeeper/zookeeper/getacl.xml b/reference/zookeeper/zookeeper/getacl.xml
index a256d8a4267c..e9b614393762 100644
--- a/reference/zookeeper/zookeeper/getacl.xml
+++ b/reference/zookeeper/zookeeper/getacl.xml
@@ -43,9 +43,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or fail to get ACL of a node.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
@@ -59,7 +59,7 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-$zookeeper = new Zookeeper('locahost:2181');
+$zookeeper = new Zookeeper('localhost:2181');
 $aclArray = array(
   array(
     'perms'  => Zookeeper::PERM_ALL,
diff --git a/reference/zookeeper/zookeeper/getchildren.xml b/reference/zookeeper/zookeeper/getchildren.xml
index b1bab6d6e354..3a88fd1641a0 100644
--- a/reference/zookeeper/zookeeper/getchildren.xml
+++ b/reference/zookeeper/zookeeper/getchildren.xml
@@ -52,9 +52,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or fail to list children of a node.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
diff --git a/reference/zookeeper/zookeeper/getclientid.xml b/reference/zookeeper/zookeeper/getclientid.xml
index ea50fa1afd20..3972ef6aefd7 100644
--- a/reference/zookeeper/zookeeper/getclientid.xml
+++ b/reference/zookeeper/zookeeper/getclientid.xml
@@ -35,7 +35,7 @@
   </para>
   <caution>
     <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
     </para>
   </caution>
  </refsect1>
diff --git a/reference/zookeeper/zookeeper/getrecvtimeout.xml b/reference/zookeeper/zookeeper/getrecvtimeout.xml
index d5005319f3a0..11f45fe130fe 100644
--- a/reference/zookeeper/zookeeper/getrecvtimeout.xml
+++ b/reference/zookeeper/zookeeper/getrecvtimeout.xml
@@ -34,9 +34,9 @@
    This method emits PHP error/warning when operation fails.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
diff --git a/reference/zookeeper/zookeeper/getstate.xml b/reference/zookeeper/zookeeper/getstate.xml
index 204d63cd8c25..94234acac5cb 100644
--- a/reference/zookeeper/zookeeper/getstate.xml
+++ b/reference/zookeeper/zookeeper/getstate.xml
@@ -34,9 +34,9 @@
    This method emits PHP error/warning when it fails to get state of zookeeper connection.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
diff --git a/reference/zookeeper/zookeeper/isrecoverable.xml b/reference/zookeeper/zookeeper/isrecoverable.xml
index a56152c17a67..5a1984b9a7c8 100644
--- a/reference/zookeeper/zookeeper/isrecoverable.xml
+++ b/reference/zookeeper/zookeeper/isrecoverable.xml
@@ -37,9 +37,9 @@
    This method emits PHP error/warning when operation fails.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
diff --git a/reference/zookeeper/zookeeper/set.xml b/reference/zookeeper/zookeeper/set.xml
index 2b11d06310e3..9b103f2a9308 100644
--- a/reference/zookeeper/zookeeper/set.xml
+++ b/reference/zookeeper/zookeeper/set.xml
@@ -70,9 +70,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or fail to save value to node.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
@@ -86,7 +86,7 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-$zookeeper = new Zookeeper('locahost:2181');
+$zookeeper = new Zookeeper('localhost:2181');
 $path = '/path/to/node';
 $value = 'nodevalue';
 $r = $zookeeper->set($path, $value);
diff --git a/reference/zookeeper/zookeeper/setacl.xml b/reference/zookeeper/zookeeper/setacl.xml
index 081304c28050..a8864d223881 100644
--- a/reference/zookeeper/zookeeper/setacl.xml
+++ b/reference/zookeeper/zookeeper/setacl.xml
@@ -61,9 +61,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or fail to set ACL for a node.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
@@ -77,7 +77,7 @@
    <programlisting role="php">
 <![CDATA[
 <?php
-$zookeeper = new Zookeeper('locahost:2181');
+$zookeeper = new Zookeeper('localhost:2181');
 $aclArray = array(
   array(
     'perms'  => Zookeeper::PERM_ALL,
diff --git a/reference/zookeeper/zookeeper/setdebuglevel.xml b/reference/zookeeper/zookeeper/setdebuglevel.xml
index 8a0a6301336b..c3feca4533a6 100644
--- a/reference/zookeeper/zookeeper/setdebuglevel.xml
+++ b/reference/zookeeper/zookeeper/setdebuglevel.xml
@@ -44,9 +44,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or fail to set debug level.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
diff --git a/reference/zookeeper/zookeeper/setdeterministicconnorder.xml b/reference/zookeeper/zookeeper/setdeterministicconnorder.xml
index 0e187e1bb81a..75424e7357f2 100644
--- a/reference/zookeeper/zookeeper/setdeterministicconnorder.xml
+++ b/reference/zookeeper/zookeeper/setdeterministicconnorder.xml
@@ -48,9 +48,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or operation fails.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
diff --git a/reference/zookeeper/zookeeper/setlogstream.xml b/reference/zookeeper/zookeeper/setlogstream.xml
index 8e9e9197b1ba..40981d708774 100644
--- a/reference/zookeeper/zookeeper/setlogstream.xml
+++ b/reference/zookeeper/zookeeper/setlogstream.xml
@@ -46,9 +46,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or operation fails.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
diff --git a/reference/zookeeper/zookeeper/setwatcher.xml b/reference/zookeeper/zookeeper/setwatcher.xml
index 8e87d4e3aee4..84bb849bd633 100644
--- a/reference/zookeeper/zookeeper/setwatcher.xml
+++ b/reference/zookeeper/zookeeper/setwatcher.xml
@@ -43,9 +43,9 @@
    This method emits PHP error/warning when parameters count or types are wrong or fail to set watcher.
   </para>
   <caution>
-    <para>
-      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and it's derivatives.
-    </para>
+    <simpara>
+      Since version 0.3.0, this method emits <classname>ZookeeperException</classname> and its derivatives.
+    </simpara>
   </caution>
  </refsect1>
 
diff --git a/reference/zookeeper/zookeeperconfig/add.xml b/reference/zookeeper/zookeeperconfig/add.xml
index 17df9df74de0..18ac63bc1800 100644
--- a/reference/zookeeper/zookeeperconfig/add.xml
+++ b/reference/zookeeper/zookeeperconfig/add.xml
@@ -58,9 +58,9 @@
 
  <refsect1 role="errors">
   &reftitle.errors;
-  <para>
-   This method emits <classname>ZookeeperException</classname> and it's derivatives when parameters count or types are wrong or fail to save value to node.
-  </para>
+  <simpara>
+   This method emits <classname>ZookeeperException</classname> and its derivatives when parameters count or types are wrong or fail to save value to node.
+  </simpara>
  </refsect1>
 
  <refsect1 role="examples">
diff --git a/reference/zookeeper/zookeeperconfig/get.xml b/reference/zookeeper/zookeeperconfig/get.xml
index f2a907246b8f..f736dc6cbf0f 100644
--- a/reference/zookeeper/zookeeperconfig/get.xml
+++ b/reference/zookeeper/zookeeperconfig/get.xml
@@ -48,9 +48,9 @@
 
  <refsect1 role="errors">
   &reftitle.errors;
-  <para>
-   This method emits <classname>ZookeeperException</classname> and it's derivatives when parameters count or types are wrong or fail to get configuration.
-  </para>
+  <simpara>
+   This method emits <classname>ZookeeperException</classname> and its derivatives when parameters count or types are wrong or fail to get configuration.
+  </simpara>
  </refsect1>
 
  <refsect1 role="examples">
diff --git a/reference/zookeeper/zookeeperconfig/remove.xml b/reference/zookeeper/zookeeperconfig/remove.xml
index c686583c2633..e2564daf1eb3 100644
--- a/reference/zookeeper/zookeeperconfig/remove.xml
+++ b/reference/zookeeper/zookeeperconfig/remove.xml
@@ -57,9 +57,9 @@
 
  <refsect1 role="errors">
   &reftitle.errors;
-  <para>
-   This method emits <classname>ZookeeperException</classname> and it's derivatives when parameters count or types are wrong or fail to save value to node.
-  </para>
+  <simpara>
+   This method emits <classname>ZookeeperException</classname> and its derivatives when parameters count or types are wrong or fail to save value to node.
+  </simpara>
  </refsect1>
 
  <refsect1 role="examples">
diff --git a/reference/zookeeper/zookeeperconfig/set.xml b/reference/zookeeper/zookeeperconfig/set.xml
index e0e904cf9927..e09eeaf8acba 100644
--- a/reference/zookeeper/zookeeperconfig/set.xml
+++ b/reference/zookeeper/zookeeperconfig/set.xml
@@ -57,9 +57,9 @@
 
  <refsect1 role="errors">
   &reftitle.errors;
-  <para>
-   This method emits <classname>ZookeeperException</classname> and it's derivatives when parameters count or types are wrong or fail to save value to node.
-  </para>
+  <simpara>
+   This method emits <classname>ZookeeperException</classname> and its derivatives when parameters count or types are wrong or fail to save value to node.
+  </simpara>
  </refsect1>
 
  <refsect1 role="examples">