]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb: Fix typos
authorVolker Lendecke <vl@samba.org>
Thu, 8 Jun 2017 09:44:36 +0000 (11:44 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 21 Jun 2017 01:15:07 +0000 (03:15 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
ctdb/client/client.h

index b7b657c35f0407d4e25059b1b5a117c849464705..5e3b5c6a79521ef591268b8bf41a99aa79012606 100644 (file)
@@ -119,7 +119,7 @@ uint32_t ctdb_client_pnn(struct ctdb_client_context *client);
 /**
  * @brief Client event loop waiting for a flag
  *
- * This can used to wait for asynchronous comptuations to complete.
+ * This can used to wait for asynchronous computations to complete.
  * When this function is called, it will run tevent event loop and wait
  * till the done flag is set to true.  This function will block and will
  * not return as long as the done flag is false.
@@ -151,7 +151,7 @@ int ctdb_client_wait_timeout(struct tevent_context *ev, bool *done,
 /**
  * @brief Async computation start to wait till recovery is completed
  *
- * CTDB deamon does not perform many operations while in recovery (specially
+ * CTDB daemon does not perform many operations while in recovery (especially
  * database operations).  This computation allows to wait till ctdb daemon has
  * finished recovery.
  *