Jelajahi Sumber

ZOOKEEPER-1331. Typo in docs: acheive -> achieve (Andrew Ash via phunt)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1225062 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 13 tahun lalu
induk
melakukan
aa4674cefe
23 mengubah file dengan 4 tambahan dan 2 penghapusan
  1. 2 0
      CHANGES.txt
  2. TEMPAT SAMPAH
      docs/bookkeeperConfig.pdf
  3. TEMPAT SAMPAH
      docs/bookkeeperOverview.pdf
  4. TEMPAT SAMPAH
      docs/bookkeeperProgrammer.pdf
  5. TEMPAT SAMPAH
      docs/bookkeeperStarted.pdf
  6. TEMPAT SAMPAH
      docs/bookkeeperStream.pdf
  7. TEMPAT SAMPAH
      docs/index.pdf
  8. TEMPAT SAMPAH
      docs/javaExample.pdf
  9. TEMPAT SAMPAH
      docs/linkmap.pdf
  10. TEMPAT SAMPAH
      docs/recipes.pdf
  11. TEMPAT SAMPAH
      docs/releasenotes.pdf
  12. TEMPAT SAMPAH
      docs/zookeeperAdmin.pdf
  13. TEMPAT SAMPAH
      docs/zookeeperHierarchicalQuorums.pdf
  14. TEMPAT SAMPAH
      docs/zookeeperInternals.pdf
  15. TEMPAT SAMPAH
      docs/zookeeperJMX.pdf
  16. TEMPAT SAMPAH
      docs/zookeeperObservers.pdf
  17. 1 1
      docs/zookeeperOver.html
  18. TEMPAT SAMPAH
      docs/zookeeperOver.pdf
  19. TEMPAT SAMPAH
      docs/zookeeperProgrammers.pdf
  20. TEMPAT SAMPAH
      docs/zookeeperQuotas.pdf
  21. TEMPAT SAMPAH
      docs/zookeeperStarted.pdf
  22. TEMPAT SAMPAH
      docs/zookeeperTutorial.pdf
  23. 1 1
      src/docs/src/documentation/content/xdocs/zookeeperOver.xml

+ 2 - 0
CHANGES.txt

@@ -84,6 +84,8 @@ BUGFIXES:
 
   ZOOKEEPER-1333. NPE in FileTxnSnapLog when restarting a cluster.
   (Patrick Hunt via mahadev)
+
+  ZOOKEEPER-1331. Typo in docs: acheive -> achieve (Andrew Ash via phunt)
  
 IMPROVEMENTS:
 

TEMPAT SAMPAH
docs/bookkeeperConfig.pdf


TEMPAT SAMPAH
docs/bookkeeperOverview.pdf


TEMPAT SAMPAH
docs/bookkeeperProgrammer.pdf


TEMPAT SAMPAH
docs/bookkeeperStarted.pdf


TEMPAT SAMPAH
docs/bookkeeperStream.pdf


TEMPAT SAMPAH
docs/index.pdf


TEMPAT SAMPAH
docs/javaExample.pdf


TEMPAT SAMPAH
docs/linkmap.pdf


TEMPAT SAMPAH
docs/recipes.pdf


TEMPAT SAMPAH
docs/releasenotes.pdf


TEMPAT SAMPAH
docs/zookeeperAdmin.pdf


TEMPAT SAMPAH
docs/zookeeperHierarchicalQuorums.pdf


TEMPAT SAMPAH
docs/zookeeperInternals.pdf


TEMPAT SAMPAH
docs/zookeeperJMX.pdf


TEMPAT SAMPAH
docs/zookeeperObservers.pdf


+ 1 - 1
docs/zookeeperOver.html

@@ -277,7 +277,7 @@ document.write("Last Published: " + document.lastModified);
       file system. The name space consists of data registers - called znodes,
       in ZooKeeper parlance - and these are similar to files and directories.
       Unlike a typical file system, which is designed for storage, ZooKeeper
-      data is kept in-memory, which means ZooKeeper can acheive high
+      data is kept in-memory, which means ZooKeeper can achieve high
       throughput and low latency numbers.</p>
 <p>The ZooKeeper implementation puts a premium on high performance,
       highly available, strictly ordered access. The performance aspects of

TEMPAT SAMPAH
docs/zookeeperOver.pdf


TEMPAT SAMPAH
docs/zookeeperProgrammers.pdf


TEMPAT SAMPAH
docs/zookeeperQuotas.pdf


TEMPAT SAMPAH
docs/zookeeperStarted.pdf


TEMPAT SAMPAH
docs/zookeeperTutorial.pdf


+ 1 - 1
src/docs/src/documentation/content/xdocs/zookeeperOver.xml

@@ -67,7 +67,7 @@
       file system. The name space consists of data registers - called znodes,
       in ZooKeeper parlance - and these are similar to files and directories.
       Unlike a typical file system, which is designed for storage, ZooKeeper
-      data is kept in-memory, which means ZooKeeper can acheive high
+      data is kept in-memory, which means ZooKeeper can achieve high
       throughput and low latency numbers.</para>
 
       <para>The ZooKeeper implementation puts a premium on high performance,