From: Björn Jacke Date: Sat, 26 Oct 2019 00:41:08 +0000 (+0200) Subject: ctdb/server/ctdb_call.c: typo fixes X-Git-Tag: talloc-2.3.1~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7722bd80fcde69d13b25a1b120fd3f9ecf6dd7dd;p=thirdparty%2Fsamba.git ctdb/server/ctdb_call.c: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- diff --git a/ctdb/server/ctdb_call.c b/ctdb/server/ctdb_call.c index 9e1c51bf57d..f8bf2d8d41e 100644 --- a/ctdb/server/ctdb_call.c +++ b/ctdb/server/ctdb_call.c @@ -65,7 +65,7 @@ struct ctdb_sticky_record { } /* - a varient of input packet that can be used in lock requeue + a variant of input packet that can be used in lock requeue */ static void ctdb_call_input_pkt(void *p, struct ctdb_req_header *hdr) { @@ -484,7 +484,7 @@ static void *insert_ddq_callback(void *parm, void *data) } /** - * This function is used to reigster a key in database that needs to be updated. + * This function is used to register a key in database that needs to be updated. * Any requests for that key should get deferred till this is completed. */ static int dmaster_defer_setup(struct ctdb_db_context *ctdb_db, @@ -508,7 +508,7 @@ static int dmaster_defer_setup(struct ctdb_db_context *ctdb_db, return 0; } - /* Recovery ocurred - get rid of old queue. All the deferred + /* Recovery occurred - get rid of old queue. All the deferred * requests will be resent anyway from ctdb_call_resend_db. */ talloc_free(ddq);