浏览代码

ZOOKEEPER-3730: fix a typo about watchManagerName in the zookeeperAdmin.md

…

Author: asutosh936 <asutosh.pandya@hotmail.com>

Reviewers: Enrico Olivelli <eolivelli@apache.org>, HorizonNet, maoling <maoling199210191@sina.com>

Closes #1263 from asutosh936/ZOOKEEPER-3730
asutosh936 4 年之前
父节点
当前提交
2480c4ae23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md

+ 1 - 1
zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md

@@ -788,7 +788,7 @@ property, when available, is noted below.
    must be 127 or less. Additionally, the maximum support TTL value is `1099511627775` which is smaller
    must be 127 or less. Additionally, the maximum support TTL value is `1099511627775` which is smaller
    than what was allowed in 3.5.3 (`1152921504606846975`)
    than what was allowed in 3.5.3 (`1152921504606846975`)
 
 
-* *watchManaggerName* :
+* *watchManagerName* :
   (Java system property only: **zookeeper.watchManagerName**)
   (Java system property only: **zookeeper.watchManagerName**)
   **New in 3.6.0:** Added in [ZOOKEEPER-1179](https://issues.apache.org/jira/browse/ZOOKEEPER-1179)
   **New in 3.6.0:** Added in [ZOOKEEPER-1179](https://issues.apache.org/jira/browse/ZOOKEEPER-1179)
    New watcher manager WatchManagerOptimized is added to optimize the memory overhead in heavy watch use cases. This
    New watcher manager WatchManagerOptimized is added to optimize the memory overhead in heavy watch use cases. This