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

There are spelling mistake in log messages. Fix these.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David Teigland <teigland@redhat.com>
This commit is contained in:
Colin Ian King 2021-05-26 09:53:39 +01:00 committed by David Teigland
parent f6089981d0
commit 7d3848c03e
1 changed files with 2 additions and 2 deletions

View File

@ -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);