From 3ce1d2fde5dac8a9da2ff0a91ec104cb52d0c6bd Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Fri, 9 Sep 2022 13:45:38 -0700 Subject: Fix spelling mistakes. Signed-off-by: Michael Tokarev Reviewed-by: Jeremy Allison Reviewed-by: Martin Schwenke Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Mon Sep 12 02:29:32 UTC 2022 on sn-devel-184 --- ctdb/common/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb') diff --git a/ctdb/common/system.c b/ctdb/common/system.c index 08dc68284fd..05a95647233 100644 --- a/ctdb/common/system.c +++ b/ctdb/common/system.c @@ -157,7 +157,7 @@ bool ctdb_sys_check_iface_exists(const char *iface) ifnis = if_nameindex(); if (ifnis == NULL) { - DBG_ERR("Failed to retrieve inteface list\n"); + DBG_ERR("Failed to retrieve interface list\n"); return false; } -- cgit v1.2.1