Skip to content

Commit ec825ba

Browse files
idevatrichm
authored andcommitted
chore: fix typo in comment
1 parent 06b2f30 commit ec825ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module_utils/ha_cluster_lsr/info/exporter/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def export_resource_primitive_list(
196196
result = []
197197

198198
# Export stonith first: stonith needs to be configured first, otherwise
199-
# resources wont start due to missing stonith.
199+
# resources won't start due to missing stonith.
200200
for primitive_src in stonith["primitives"]:
201201
result.append(_primitive(primitive_src, use_utilization=False))
202202

0 commit comments

Comments
 (0)