From 7091ad9db2d2a046eaa83cd9acdf1f2d81a40999 Mon Sep 17 00:00:00 2001 From: Itay Date: Wed, 9 Mar 2016 12:21:00 +0200 Subject: [PATCH] Update zookeeper.h Typo fix --- src/c/include/zookeeper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/include/zookeeper.h b/src/c/include/zookeeper.h index 18a203d75eb..c68c70a0b19 100644 --- a/src/c/include/zookeeper.h +++ b/src/c/include/zookeeper.h @@ -92,7 +92,7 @@ enum ZOO_ERRORS { ZUNIMPLEMENTED = -6, /*!< Operation is unimplemented */ ZOPERATIONTIMEOUT = -7, /*!< Operation timeout */ ZBADARGUMENTS = -8, /*!< Invalid arguments */ - ZINVALIDSTATE = -9, /*!< Invliad zhandle state */ + ZINVALIDSTATE = -9, /*!< Invalid zhandle state */ ZNEWCONFIGNOQUORUM = -13, /*!< No quorum of new config is connected and up-to-date with the leader of last commmitted config - try invoking reconfiguration after new