diff mbox series

ocfs2: cluster: fix a typo

Message ID 20241027133540.22090-1-algonell@gmail.com (mailing list archive)
State New
Headers show
Series ocfs2: cluster: fix a typo | expand

Commit Message

Andrew Kreimer Oct. 27, 2024, 1:35 p.m. UTC
Fix a typo: panicing -> panicking.

Via codespell.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 fs/ocfs2/cluster/quorum.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/ocfs2/cluster/quorum.c b/fs/ocfs2/cluster/quorum.c
index 15d0ed9c13e5..8bf17231d7b7 100644
--- a/fs/ocfs2/cluster/quorum.c
+++ b/fs/ocfs2/cluster/quorum.c
@@ -60,7 +60,7 @@  static void o2quo_fence_self(void)
 	switch (o2nm_single_cluster->cl_fence_method) {
 	case O2NM_FENCE_PANIC:
 		panic("*** ocfs2 is very sorry to be fencing this system by "
-		      "panicing ***\n");
+		      "panicking ***\n");
 		break;
 	default:
 		WARN_ON(o2nm_single_cluster->cl_fence_method >=