From 200bc1f9374c5dd21bc6bd33d3aa7c7d8d77b70f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 22 Mar 2023 09:29:34 +0100 Subject: [PATCH] ctdb:include: Fix code spelling Best reviewed with: `git show --word-diff` Signed-off-by: Andreas Schneider Reviewed-by: Martin Schwenke --- ctdb/include/ctdb_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h index 21a8b519c78..31af4201040 100644 --- a/ctdb/include/ctdb_protocol.h +++ b/ctdb/include/ctdb_protocol.h @@ -233,7 +233,7 @@ struct ctdb_tickle_list_old { /* struct holding a ctdb_sock_addr and an interface name, - used to add/remove public addresses and grat arp + used to add/remove public addresses and gratuitous arp */ struct ctdb_addr_info_old { ctdb_sock_addr addr;