Browse Source

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 years ago
parent
commit
2480c4ae23
1 changed files with 1 additions and 1 deletions
  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