Browse Source

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 năm trước cách đây
mục cha
commit
aa4674cefe

+ 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:
 

BIN
docs/bookkeeperConfig.pdf


BIN
docs/bookkeeperOverview.pdf


BIN
docs/bookkeeperProgrammer.pdf


BIN
docs/bookkeeperStarted.pdf


BIN
docs/bookkeeperStream.pdf


BIN
docs/index.pdf


BIN
docs/javaExample.pdf


BIN
docs/linkmap.pdf


BIN
docs/recipes.pdf


BIN
docs/releasenotes.pdf


BIN
docs/zookeeperAdmin.pdf


BIN
docs/zookeeperHierarchicalQuorums.pdf


BIN
docs/zookeeperInternals.pdf


BIN
docs/zookeeperJMX.pdf


BIN
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

BIN
docs/zookeeperOver.pdf


BIN
docs/zookeeperProgrammers.pdf


BIN
docs/zookeeperQuotas.pdf


BIN
docs/zookeeperStarted.pdf


BIN
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,