Bläddra i källkod

Fix typos in zookeeperAdmin.html

Author: Mathias Kub <makubi@users.noreply.github.com>

Closes #325 from makubi/doc-zookeeperAdmin-typos
Mathias Kub 8 år sedan
förälder
incheckning
29d25c4d76
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6 6
      src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

+ 6 - 6
src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

@@ -409,7 +409,7 @@ server.3=zoo3:2888:3888</programlisting>
     <section id="sc_designing">
     <section id="sc_designing">
       <title>Designing a ZooKeeper Deployment</title>
       <title>Designing a ZooKeeper Deployment</title>
 
 
-      <para>The reliablity of ZooKeeper rests on two basic assumptions.</para>
+      <para>The reliability of ZooKeeper rests on two basic assumptions.</para>
       <orderedlist>
       <orderedlist>
         <listitem><para> Only a minority of servers in a deployment
         <listitem><para> Only a minority of servers in a deployment
             will fail. <emphasis>Failure</emphasis> in this context
             will fail. <emphasis>Failure</emphasis> in this context
@@ -524,7 +524,7 @@ server.3=zoo3:2888:3888</programlisting>
           made to the znodes these changes are appended to a
           made to the znodes these changes are appended to a
           transaction log, occasionally, when a log grows large, a
           transaction log, occasionally, when a log grows large, a
           snapshot of the current state of all znodes will be written
           snapshot of the current state of all znodes will be written
-          to the filesystem. This snapshot supercedes all previous
+          to the filesystem. This snapshot supersedes all previous
           logs.
           logs.
         </para>
         </para>
 
 
@@ -769,11 +769,11 @@ server.3=zoo3:2888:3888</programlisting>
               role="bold">dataLogDir</emphasis> rather than the <emphasis
               role="bold">dataLogDir</emphasis> rather than the <emphasis
               role="bold">dataDir</emphasis>. This allows a dedicated log
               role="bold">dataDir</emphasis>. This allows a dedicated log
               device to be used, and helps avoid competition between logging
               device to be used, and helps avoid competition between logging
-              and snaphots.</para>
+              and snapshots.</para>
 
 
               <note>
               <note>
                 <para>Having a dedicated log device has a large impact on
                 <para>Having a dedicated log device has a large impact on
-                throughput and stable latencies. It is highly recommened to
+                throughput and stable latencies. It is highly recommended to
                 dedicate a log device and set <emphasis
                 dedicate a log device and set <emphasis
                 role="bold">dataLogDir</emphasis> to point to a directory on
                 role="bold">dataLogDir</emphasis> to point to a directory on
                 that device, and then make sure to point <emphasis
                 that device, and then make sure to point <emphasis
@@ -996,7 +996,7 @@ server.3=zoo3:2888:3888</programlisting>
 
 
               <para>Leader accepts client connections. Default value is "yes".
               <para>Leader accepts client connections. Default value is "yes".
               The leader machine coordinates updates. For higher update
               The leader machine coordinates updates. For higher update
-              throughput at thes slight expense of read throughput the leader
+              throughput at the slight expense of read throughput the leader
               can be configured to not accept clients and focus on
               can be configured to not accept clients and focus on
               coordination. The default to this option is yes, which means
               coordination. The default to this option is yes, which means
               that a leader will accept client connections.</para>
               that a leader will accept client connections.</para>
@@ -2221,7 +2221,7 @@ server.3=zoo3:2888:3888</programlisting>
       Zookeeper practices:</para>
       Zookeeper practices:</para>
 
 
 
 
-      <para>For multi-tennant installations see the <ulink
+      <para>For multi-tenant installations see the <ulink
       url="zookeeperProgrammers.html#ch_zkSessions">section</ulink>
       url="zookeeperProgrammers.html#ch_zkSessions">section</ulink>
       detailing ZooKeeper "chroot" support, this can be very useful
       detailing ZooKeeper "chroot" support, this can be very useful
       when deploying many applications/services interfacing to a
       when deploying many applications/services interfacing to a