Browse Source

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