summaryrefslogtreecommitdiff
path: root/zookeeper-client
diff options
context:
space:
mode:
authorfengpan0403 <fengpan0403@163.com>2021-11-21 12:39:22 +0800
committermaoling <maoling@apache.org>2021-11-21 12:39:22 +0800
commitf4f0bed00dd254e34aedfe408799f557d60fd0e7 (patch)
tree4a9c91259d8070f4bd2ff46d0b3186039c738269 /zookeeper-client
parenteb63dd9757e7234515e81799d82cc0af4a0ae7f9 (diff)
downloadzookeeper-f4f0bed00dd254e34aedfe408799f557d60fd0e7.tar.gz
fix a typo in zookeeper.h
Typo fix Author: fengpan0403 <fengpan0403@163.com> Reviewers: maoling <maoling@apache.org> Closes #1778 from fengpan0403/master
Diffstat (limited to 'zookeeper-client')
-rw-r--r--zookeeper-client/zookeeper-client-c/include/zookeeper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zookeeper-client/zookeeper-client-c/include/zookeeper.h b/zookeeper-client/zookeeper-client-c/include/zookeeper.h
index 467a857ea..7d889f605 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