summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-02-28 23:00:47 +0100
committerGitHub <noreply@github.com>2022-02-28 23:00:47 +0100
commit4f84c36024bd87623eaae67eb073a2bcbeaf9b2d (patch)
tree1089b2767cd55d19b7f7a04fa9fcf0c582ae05b5
parent668ee145b06058956f0f4c777ceb3ce7fd14f173 (diff)
fix: typo in error message (#1151)
-rw-r--r--zellij-utils/src/ipc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/src/ipc.rs b/zellij-utils/src/ipc.rs
index 231c5ecd4..a8ae6cb12 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,