From e86f3a08651ec03d6adfb727c1fd5772718f94ba Mon Sep 17 00:00:00 2001 From: Vincent Liu Date: Thu, 17 Oct 2024 12:11:56 +0100 Subject: [PATCH] chore: Fix some grammatical errors in cluster alerts Signed-off-by: Vincent Liu --- ocaml/xapi/xapi_cluster_helpers.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/xapi/xapi_cluster_helpers.ml b/ocaml/xapi/xapi_cluster_helpers.ml index f7ea78eab9d..843c557bcd7 100644 --- a/ocaml/xapi/xapi_cluster_helpers.ml +++ b/ocaml/xapi/xapi_cluster_helpers.ml @@ -157,7 +157,7 @@ let maybe_generate_alert ~__context ~num_hosts ~hosts_left ~hosts_joined ~quorum let name, priority = Api_messages.cluster_quorum_approaching_lost in let body = Printf.sprintf - "The cluster is losing quorum: current %d hosts, need %d hosts for a \ + "The cluster is losing quorum: currently %d host(s), need %d hosts for a \ quorum" num_hosts quorum in