浏览代码

fix a typo in zookeeper.h

Typo fix

Author: fengpan0403 <fengpan0403@163.com>

Reviewers: maoling <maoling@apache.org>

Closes #1778 from fengpan0403/master
fengpan0403 3 年之前
父节点
当前提交
f4f0bed00d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zookeeper-client/zookeeper-client-c/include/zookeeper.h

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