fs: dlm: Fix spelling mistake "stucked" -> "stuck"
authorColin Ian King <colin.king@canonical.com>
Wed, 26 May 2021 08:53:39 +0000 (09:53 +0100)
committerDavid Teigland <teigland@redhat.com>
Wed, 26 May 2021 14:49:04 +0000 (09:49 -0500)
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>
fs/dlm/midcomms.c

index 3566495..4e36e41 100644 (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);