This is an automated email from the ASF dual-hosted git repository.

maoling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 2480c4a  ZOOKEEPER-3730: fix a typo about watchManagerName in the 
zookeeperAdmin.md
2480c4a is described below

commit 2480c4ae232a60c8601d286831d9e88b7f3d053f
Author: asutosh936 <[email protected]>
AuthorDate: Thu Jan 28 14:40:17 2021 +0800

    ZOOKEEPER-3730: fix a typo about watchManagerName in the zookeeperAdmin.md
    
    …
    
    Author: asutosh936 <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, HorizonNet, maoling 
<[email protected]>
    
    Closes #1263 from asutosh936/ZOOKEEPER-3730
---
 zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md 
b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
index 82bcd65..bd350cf 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
+++ b/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
    than what was allowed in 3.5.3 (`1152921504606846975`)
 
-* *watchManaggerName* :
+* *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 watcher manager WatchManagerOptimized is added to optimize the memory 
overhead in heavy watch use cases. This

Reply via email to