Commit 7d3848c0 authored by Colin Ian King's avatar Colin Ian King Committed by David Teigland

fs: dlm: Fix spelling mistake "stucked" -> "stuck"

There are spelling mistake in log messages. Fix these.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent f6089981
......@@ -591,7 +591,7 @@ dlm_midcomms_recv_node_lookup(int nodeid, const union dlm_packet *p,
* was failed, we try to reset and
* hope it will go on.
*/
log_print("reset node %d because shutdown stucked",
log_print("reset node %d because shutdown stuck",
node->nodeid);
midcomms_node_reset(node);
......@@ -1159,7 +1159,7 @@ void dlm_midcomms_add_member(int nodeid)
* was failed, we try to reset and
* hope it will go on.
*/
log_print("reset node %d because shutdown stucked",
log_print("reset node %d because shutdown stuck",
node->nodeid);
midcomms_node_reset(node);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment