Skip to content

Commit e86f3a0

Browse files
committed
chore: Fix some grammatical errors in cluster alerts
Signed-off-by: Vincent Liu <[email protected]>
1 parent 1683f8f commit e86f3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi/xapi_cluster_helpers.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ let maybe_generate_alert ~__context ~num_hosts ~hosts_left ~hosts_joined ~quorum
157157
let name, priority = Api_messages.cluster_quorum_approaching_lost in
158158
let body =
159159
Printf.sprintf
160-
"The cluster is losing quorum: current %d hosts, need %d hosts for a \
160+
"The cluster is losing quorum: currently %d host(s), need %d hosts for a \
161161
quorum"
162162
num_hosts quorum
163163
in

0 commit comments

Comments
 (0)