You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ma...@apache.org on 2021/11/21 04:39:39 UTC

[zookeeper] branch master updated: fix a typo in zookeeper.h

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 f4f0bed  fix a typo in zookeeper.h
f4f0bed is described below

commit f4f0bed00dd254e34aedfe408799f557d60fd0e7
Author: fengpan0403 <fe...@163.com>
AuthorDate: Sun Nov 21 12:39:22 2021 +0800

    fix a typo in zookeeper.h
    
    Typo fix
    
    Author: fengpan0403 <fe...@163.com>
    
    Reviewers: maoling <ma...@apache.org>
    
    Closes #1778 from fengpan0403/master
---
 zookeeper-client/zookeeper-client-c/include/zookeeper.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zookeeper-client/zookeeper-client-c/include/zookeeper.h b/zookeeper-client/zookeeper-client-c/include/zookeeper.h
index 467a857..7d889f6 100644
--- a/zookeeper-client/zookeeper-client-c/include/zookeeper.h
+++ b/zookeeper-client/zookeeper-client-c/include/zookeeper.h
@@ -716,7 +716,7 @@ ZOOAPI int zoo_set_servers(zhandle_t *zh, const char *hosts);
  * This method allows an application to influence the rate of polling.
  * When delay_ms is set to a value greater than zero, the client skips
  * most "routine" resolutions which would have happened in a window of
- * that many milliseconds since the last succesful one.
+ * that many milliseconds since the last successful one.
  *
  * Setting delay_ms to 0 disables this logic, reverting to the default
  * behavior.  Setting it to -1 disables network resolutions during