From 4f84c36024bd87623eaae67eb073a2bcbeaf9b2d Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 28 Feb 2022 23:00:47 +0100 Subject: [PATCH] fix: typo in error message (#1151) --- zellij-utils/src/ipc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zellij-utils/src/ipc.rs b/zellij-utils/src/ipc.rs index 231c5ecd..a8ae6cb1 100644 --- a/zellij-utils/src/ipc.rs +++ b/zellij-utils/src/ipc.rs @@ -100,7 +100,7 @@ impl Display for ExitReason { Self::Normal => write!(f, "Bye from Zellij!"), Self::ForceDetached => write!( f, - "Session was detach from this client (possibly because another client connected)" + "Session was detached from this client (possibly because another client connected)" ), Self::CannotAttach => write!( f,