From cec6c7e233ce212b875bd5615d4986b4eec5972b Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Fri, 24 Nov 2023 12:30:03 +1300 Subject: [PATCH] ctdb: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- ctdb/server/ctdb_ltdb_server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctdb/server/ctdb_ltdb_server.c b/ctdb/server/ctdb_ltdb_server.c index 9eba8d7f0e9..e2cb9165c71 100644 --- a/ctdb/server/ctdb_ltdb_server.c +++ b/ctdb/server/ctdb_ltdb_server.c @@ -461,8 +461,8 @@ int ctdb_update_persistent_health(struct ctdb_context *ctdb, } } else if (old_reason && num_healthy_nodes == 0) { /* - * If the reason indicates ok, but there where no healthy nodes - * available, that it means, we have not recovered valid content + * If the reason indicates ok, but there were no healthy nodes + * available, it means that we have not recovered valid content * of the db. So if there's an old reason, prefix it with * "NO-HEALTHY-NODES - " */