Skip to content

Commit

Permalink
chore: Fix some grammatical errors in cluster alerts
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Liu <[email protected]>
  • Loading branch information
Vincent-lau committed Oct 17, 2024
1 parent 1683f8f commit e86f3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi/xapi_cluster_helpers.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e86f3a0

Please sign in to comment.