Przeglądaj źródła

ZOOKEEPER-754. numerous misspellings "succesfully"

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@938709 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 15 lat temu
rodzic
commit
2c161ea40a

+ 3 - 0
CHANGES.txt

@@ -32,6 +32,9 @@ BUGFIXES:
   ZOOKEEPER-734. QuorumPeerTestBase.java and ZooKeeperServerMainTest.java
   ZOOKEEPER-734. QuorumPeerTestBase.java and ZooKeeperServerMainTest.java
   do not handle windows path correctly (Vishal K via phunt)
   do not handle windows path correctly (Vishal K via phunt)
 
 
+  ZOOKEEPER-754. numerous misspellings "succesfully"
+  (Savu Andrei via phunt)
+
 IMPROVEMENTS:
 IMPROVEMENTS:
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   (phunt via mahadev)
   (phunt via mahadev)

+ 28 - 28
src/c/include/zookeeper.h

@@ -605,7 +605,7 @@ ZOOAPI int zoo_state(zhandle_t *zh);
  *    of the Create Flags
  *    of the Create Flags
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the parent node does not exist.
  * ZNONODE the parent node does not exist.
  * ZNODEEXISTS the node already exists
  * ZNODEEXISTS the node already exists
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
@@ -632,7 +632,7 @@ ZOOAPI int zoo_acreate(zhandle_t *zh, const char *path, const char *value,
  *  If -1 is used the version check will not take place. 
  *  If -1 is used the version check will not take place. 
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADVERSION expected version does not match actual version.
  * ZBADVERSION expected version does not match actual version.
@@ -658,7 +658,7 @@ ZOOAPI int zoo_adelete(zhandle_t *zh, const char *path, int version,
  * exist. This allows clients to watch for nodes to appear.
  * exist. This allows clients to watch for nodes to appear.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * \param data the data that will be passed to the completion routine when the 
  * \param data the data that will be passed to the completion routine when the 
@@ -690,7 +690,7 @@ ZOOAPI int zoo_aexists(zhandle_t *zh, const char *path, int watch,
  * is associated with the given instance of the watcher only.
  * is associated with the given instance of the watcher only.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * \param data the data that will be passed to the completion routine when the 
  * \param data the data that will be passed to the completion routine when the 
@@ -714,7 +714,7 @@ ZOOAPI int zoo_awexists(zhandle_t *zh, const char *path,
  * the client if the node changes.
  * the client if the node changes.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * \param data the data that will be passed to the completion routine when 
  * \param data the data that will be passed to the completion routine when 
@@ -743,7 +743,7 @@ ZOOAPI int zoo_aget(zhandle_t *zh, const char *path, int watch,
  * is associated with the given instance of the watcher only.
  * is associated with the given instance of the watcher only.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * \param data the data that will be passed to the completion routine when 
  * \param data the data that will be passed to the completion routine when 
@@ -772,7 +772,7 @@ ZOOAPI int zoo_awget(zhandle_t *zh, const char *path,
  * immediately and invoke the completion routine when the request completes.
  * immediately and invoke the completion routine when the request completes.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADVERSION expected version does not match actual version.
  * ZBADVERSION expected version does not match actual version.
@@ -796,7 +796,7 @@ ZOOAPI int zoo_aset(zhandle_t *zh, const char *path, const char *buffer, int buf
  * the client if the node changes.
  * the client if the node changes.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * \param data the data that will be passed to the completion routine when 
  * \param data the data that will be passed to the completion routine when 
@@ -825,7 +825,7 @@ ZOOAPI int zoo_aget_children(zhandle_t *zh, const char *path, int watch,
  * is associated with the given instance of the watcher only.
  * is associated with the given instance of the watcher only.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * \param data the data that will be passed to the completion routine when 
  * \param data the data that will be passed to the completion routine when 
@@ -851,7 +851,7 @@ ZOOAPI int zoo_awget_children(zhandle_t *zh, const char *path,
  * the client if the node changes.
  * the client if the node changes.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * \param data the data that will be passed to the completion routine when 
  * \param data the data that will be passed to the completion routine when 
@@ -882,7 +882,7 @@ ZOOAPI int zoo_aget_children2(zhandle_t *zh, const char *path, int watch,
  * is associated with the given instance of the watcher only.
  * is associated with the given instance of the watcher only.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * \param data the data that will be passed to the completion routine when 
  * \param data the data that will be passed to the completion routine when 
@@ -904,7 +904,7 @@ ZOOAPI int zoo_awget_children2(zhandle_t *zh, const char *path,
  * separating ancestors of the node.
  * separating ancestors of the node.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * \param data the data that will be passed to the completion routine when
  * \param data the data that will be passed to the completion routine when
@@ -927,7 +927,7 @@ ZOOAPI int zoo_async(zhandle_t *zh, const char *path,
  * separating ancestors of the node.
  * separating ancestors of the node.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * \param data the data that will be passed to the completion routine when 
  * \param data the data that will be passed to the completion routine when 
@@ -950,7 +950,7 @@ ZOOAPI int zoo_aget_acl(zhandle_t *zh, const char *path, acl_completion_t comple
  * \param buflen the number of bytes from buffer to write.
  * \param buflen the number of bytes from buffer to write.
  * \param completion the routine to invoke when the request completes. The completion
  * \param completion the routine to invoke when the request completes. The completion
  * will be triggered with one of the following codes passed in as the rc argument:
  * will be triggered with one of the following codes passed in as the rc argument:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZINVALIDACL invalid ACL specified
  * ZINVALIDACL invalid ACL specified
@@ -1068,7 +1068,7 @@ ZOOAPI void zoo_deterministic_conn_order(int yesOrNo);
  *    new node in the server will not be affected by the truncation.
  *    new node in the server will not be affected by the truncation.
  *    The path string will always be null-terminated.
  *    The path string will always be null-terminated.
  * \return  one of the following codes are returned:
  * \return  one of the following codes are returned:
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the parent node does not exist.
  * ZNONODE the parent node does not exist.
  * ZNODEEXISTS the node already exists
  * ZNODEEXISTS the node already exists
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
@@ -1091,7 +1091,7 @@ ZOOAPI int zoo_create(zhandle_t *zh, const char *path, const char *value,
  *    actual version of the node does not match the expected version.
  *    actual version of the node does not match the expected version.
  *  If -1 is used the version check will not take place. 
  *  If -1 is used the version check will not take place. 
  * \return one of the following values is returned.
  * \return one of the following values is returned.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADVERSION expected version does not match actual version.
  * ZBADVERSION expected version does not match actual version.
@@ -1114,7 +1114,7 @@ ZOOAPI int zoo_delete(zhandle_t *zh, const char *path, int version);
  * exist. This allows clients to watch for nodes to appear.
  * exist. This allows clients to watch for nodes to appear.
  * \param the return stat value of the node.
  * \param the return stat value of the node.
  * \return  return code of the function call.
  * \return  return code of the function call.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADARGUMENTS - invalid input parameters
  * ZBADARGUMENTS - invalid input parameters
@@ -1140,7 +1140,7 @@ ZOOAPI int zoo_exists(zhandle_t *zh, const char *path, int watch, struct Stat *s
  * is associated with the given instance of the watcher only.
  * is associated with the given instance of the watcher only.
  * \param the return stat value of the node.
  * \param the return stat value of the node.
  * \return  return code of the function call.
  * \return  return code of the function call.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADARGUMENTS - invalid input parameters
  * ZBADARGUMENTS - invalid input parameters
@@ -1163,7 +1163,7 @@ ZOOAPI int zoo_wexists(zhandle_t *zh, const char *path,
  * It'll be set to the actual data length upon return. If the data is NULL, length is -1.
  * It'll be set to the actual data length upon return. If the data is NULL, length is -1.
  * \param stat if not NULL, will hold the value of stat for the path on return.
  * \param stat if not NULL, will hold the value of stat for the path on return.
  * \return return value of the function call.
  * \return return value of the function call.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADARGUMENTS - invalid input parameters
  * ZBADARGUMENTS - invalid input parameters
@@ -1192,7 +1192,7 @@ ZOOAPI int zoo_get(zhandle_t *zh, const char *path, int watch, char *buffer,
  * It'll be set to the actual data length upon return. If the data is NULL, length is -1.
  * It'll be set to the actual data length upon return. If the data is NULL, length is -1.
  * \param stat if not NULL, will hold the value of stat for the path on return.
  * \param stat if not NULL, will hold the value of stat for the path on return.
  * \return return value of the function call.
  * \return return value of the function call.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADARGUMENTS - invalid input parameters
  * ZBADARGUMENTS - invalid input parameters
@@ -1217,7 +1217,7 @@ ZOOAPI int zoo_wget(zhandle_t *zh, const char *path,
  * the actual version of the node does not match the expected version. If -1 is 
  * the actual version of the node does not match the expected version. If -1 is 
  * used the version check will not take place. 
  * used the version check will not take place. 
  * \return the return code for the function call.
  * \return the return code for the function call.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADVERSION expected version does not match actual version.
  * ZBADVERSION expected version does not match actual version.
@@ -1244,7 +1244,7 @@ ZOOAPI int zoo_set(zhandle_t *zh, const char *path, const char *buffer,
  * used the version check will not take place. 
  * used the version check will not take place. 
  * \param stat if not NULL, will hold the value of stat for the path on return.
  * \param stat if not NULL, will hold the value of stat for the path on return.
  * \return the return code for the function call.
  * \return the return code for the function call.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADVERSION expected version does not match actual version.
  * ZBADVERSION expected version does not match actual version.
@@ -1265,7 +1265,7 @@ ZOOAPI int zoo_set2(zhandle_t *zh, const char *path, const char *buffer,
  * the client if the node changes.
  * the client if the node changes.
  * \param strings return value of children paths.
  * \param strings return value of children paths.
  * \return the return code of the function.
  * \return the return code of the function.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADARGUMENTS - invalid input parameters
  * ZBADARGUMENTS - invalid input parameters
@@ -1291,7 +1291,7 @@ ZOOAPI int zoo_get_children(zhandle_t *zh, const char *path, int watch,
  * is associated with the given instance of the watcher only.
  * is associated with the given instance of the watcher only.
  * \param strings return value of children paths.
  * \param strings return value of children paths.
  * \return the return code of the function.
  * \return the return code of the function.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADARGUMENTS - invalid input parameters
  * ZBADARGUMENTS - invalid input parameters
@@ -1315,7 +1315,7 @@ ZOOAPI int zoo_wget_children(zhandle_t *zh, const char *path,
  * \param strings return value of children paths.
  * \param strings return value of children paths.
  * \param stat return value of node stat.
  * \param stat return value of node stat.
  * \return the return code of the function.
  * \return the return code of the function.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADARGUMENTS - invalid input parameters
  * ZBADARGUMENTS - invalid input parameters
@@ -1344,7 +1344,7 @@ ZOOAPI int zoo_get_children2(zhandle_t *zh, const char *path, int watch,
  * \param strings return value of children paths.
  * \param strings return value of children paths.
  * \param stat return value of node stat.
  * \param stat return value of node stat.
  * \return the return code of the function.
  * \return the return code of the function.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADARGUMENTS - invalid input parameters
  * ZBADARGUMENTS - invalid input parameters
@@ -1364,7 +1364,7 @@ ZOOAPI int zoo_wget_children2(zhandle_t *zh, const char *path,
  * \param acl the return value of acls on the path.
  * \param acl the return value of acls on the path.
  * \param stat returns the stat of the path specified.
  * \param stat returns the stat of the path specified.
  * \return the return code for the function call.
  * \return the return code for the function call.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZBADARGUMENTS - invalid input parameters
  * ZBADARGUMENTS - invalid input parameters
@@ -1383,7 +1383,7 @@ ZOOAPI int zoo_get_acl(zhandle_t *zh, const char *path, struct ACL_vector *acl,
  * \param version the expected version of the path.
  * \param version the expected version of the path.
  * \param acl the acl to be set on the path. 
  * \param acl the acl to be set on the path. 
  * \return the return code for the function call.
  * \return the return code for the function call.
- * ZOK operation completed succesfully
+ * ZOK operation completed successfully
  * ZNONODE the node does not exist.
  * ZNONODE the node does not exist.
  * ZNOAUTH the client does not have permission.
  * ZNOAUTH the client does not have permission.
  * ZINVALIDACL invalid ACL specified
  * ZINVALIDACL invalid ACL specified

+ 1 - 1
src/c/src/zookeeper.c

@@ -2844,7 +2844,7 @@ int flush_send_queue(zhandle_t*zh, int timeout)
             rc = ZCONNECTIONLOSS;
             rc = ZCONNECTIONLOSS;
             break;
             break;
         }
         }
-        // if the buffer has been sent succesfully, remove it from the queue
+        // if the buffer has been sent successfully, remove it from the queue
         if (rc > 0)
         if (rc > 0)
             remove_buffer(&zh->to_send);
             remove_buffer(&zh->to_send);
         gettimeofday(&zh->last_send, 0);
         gettimeofday(&zh->last_send, 0);

+ 15 - 15
src/contrib/zkpython/src/c/pyzk_docstrings.h

@@ -40,7 +40,7 @@ const char pyzk_acreate_doc[] =
 "   of the Create Flags\n"
 "   of the Create Flags\n"
 " completion: the routine to invoke when the request completes. The completion\n"
 " completion: the routine to invoke when the request completes. The completion\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "NONODE the parent node does not exist.\n"
 "NONODE the parent node does not exist.\n"
 "NODEEXISTS the node already exists\n"
 "NODEEXISTS the node already exists\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
@@ -74,7 +74,7 @@ static const char pyzk_adelete_doc[] =
 " If -1 is used the version check will not take place. \n"
 " If -1 is used the version check will not take place. \n"
 " completion: the routine to invoke when the request completes. The completion\n"
 " completion: the routine to invoke when the request completes. The completion\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
 "BADVERSION expected version does not match actual version.\n"
 "BADVERSION expected version does not match actual version.\n"
@@ -98,7 +98,7 @@ static const char pyzk_aexists_doc[] =
 "\n"
 "\n"
 " completion: the routine to invoke when the request completes. The completion\n"
 " completion: the routine to invoke when the request completes. The completion\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
-" OK operation completed succesfully\n"
+" OK operation completed successfully\n"
 " NONODE the node does not exist.\n"
 " NONODE the node does not exist.\n"
 " NOAUTH the client does not have permission.\n"
 " NOAUTH the client does not have permission.\n"
 " data the data that will be passed to the completion routine when the \n"
 " data the data that will be passed to the completion routine when the \n"
@@ -120,7 +120,7 @@ static const char pyzk_aget_doc[] =
 "the client if the node changes.\n"
 "the client if the node changes.\n"
 " completion: the routine to invoke when the request completes. The completion\n"
 " completion: the routine to invoke when the request completes. The completion\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
-" OK operation completed succesfully\n"
+" OK operation completed successfully\n"
 " NONODE the node does not exist.\n"
 " NONODE the node does not exist.\n"
 " NOAUTH the client does not have permission.\n"
 " NOAUTH the client does not have permission.\n"
 " data the data that will be passed to the completion routine when \n"
 " data the data that will be passed to the completion routine when \n"
@@ -148,7 +148,7 @@ static const char pyzk_aset_doc[] =
 "immediately and invoke the completion routine when the request completes.\n"
 "immediately and invoke the completion routine when the request completes.\n"
 " completion the routine to invoke when the request completes. The completion\n"
 " completion the routine to invoke when the request completes. The completion\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
 "BADVERSION expected version does not match actual version.\n"
 "BADVERSION expected version does not match actual version.\n"
@@ -175,7 +175,7 @@ static const char pyzk_aget_children_doc[] =
 "\n"
 "\n"
 " completion the routine to invoke when the request completes. The completion\n"
 " completion the routine to invoke when the request completes. The completion\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
 "\n"
 "\n"
@@ -192,7 +192,7 @@ static const char pyzk_async_doc[] =
 "separating ancestors of the node.\n"
 "separating ancestors of the node.\n"
 " completion the routine to invoke when the request completes. The completion\n"
 " completion the routine to invoke when the request completes. The completion\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
 "\n"
 "\n"
@@ -211,7 +211,7 @@ const static char pyzk_aget_acl_doc[] =
 "(Subsequent parameters are optional)\n"
 "(Subsequent parameters are optional)\n"
 " completion: the routine to invoke when the request completes. The completion\n"
 " completion: the routine to invoke when the request completes. The completion\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
 "\n"
 "\n"
@@ -231,7 +231,7 @@ const char pyzk_aset_acl_doc[] =
 " buffer: the buffer holding the acls to be written to the node.\n"
 " buffer: the buffer holding the acls to be written to the node.\n"
 " completion: the routine to invoke when the request completes. The completion\n"
 " completion: the routine to invoke when the request completes. The completion\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
 "will be triggered with one of the following codes passed in as the rc argument:\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
 "INVALIDACL invalid ACL specified\n"
 "INVALIDACL invalid ACL specified\n"
@@ -373,7 +373,7 @@ static const char pyzk_delete_doc[] =
 "\n"
 "\n"
 "RETURNS:\n"
 "RETURNS:\n"
 "One of the following values is returned.\n"
 "One of the following values is returned.\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
 "BADVERSION expected version does not match actual version.\n"
 "BADVERSION expected version does not match actual version.\n"
@@ -398,7 +398,7 @@ static const char pyzk_exists_doc[] =
 "RETURNS:\n"
 "RETURNS:\n"
 " the return stat value of the node.\n"
 " the return stat value of the node.\n"
 "EXCEPTIONS:\n"
 "EXCEPTIONS:\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
 "BADARGUMENTS - invalid input parameters\n"
 "BADARGUMENTS - invalid input parameters\n"
@@ -445,7 +445,7 @@ static const char pyzk_set_doc[] =
 "\n"
 "\n"
 "RETURNS:\n"
 "RETURNS:\n"
 " the return code for the function call.\n"
 " the return code for the function call.\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "EXCEPTIONS:\n"
 "EXCEPTIONS:\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
@@ -483,7 +483,7 @@ static const char pyzk_set_acl_doc[] =
 " acl: the acl to be set on the path. \n"
 " acl: the acl to be set on the path. \n"
 "\n"
 "\n"
 "RETURNS:\n"
 "RETURNS:\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "EXCEPTIONS:\n"
 "EXCEPTIONS:\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
@@ -533,7 +533,7 @@ static const char pyzk_set2_doc[] =
 "\n"
 "\n"
 "RETURNS:\n"
 "RETURNS:\n"
 " the stat structure for the target znode\n"
 " the stat structure for the target znode\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "EXCEPTIONS:\n"
 "EXCEPTIONS:\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
@@ -584,7 +584,7 @@ static const char pyzk_get_doc[] =
 " the minimum of bufferlen and the true length of the znode's data. \n"
 " the minimum of bufferlen and the true length of the znode's data. \n"
 "RETURNS:\n"
 "RETURNS:\n"
 " the data associated with the node\n"
 " the data associated with the node\n"
-"OK operation completed succesfully\n"
+"OK operation completed successfully\n"
 "NONODE the node does not exist.\n"
 "NONODE the node does not exist.\n"
 "NOAUTH the client does not have permission.\n"
 "NOAUTH the client does not have permission.\n"
 "BADARGUMENTS - invalid input parameters\n"
 "BADARGUMENTS - invalid input parameters\n"