fix: typo in error message (#1151)
This commit is contained in:
parent
668ee145b0
commit
4f84c36024
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ impl Display for ExitReason {
|
||||||
Self::Normal => write!(f, "Bye from Zellij!"),
|
Self::Normal => write!(f, "Bye from Zellij!"),
|
||||||
Self::ForceDetached => write!(
|
Self::ForceDetached => write!(
|
||||||
f,
|
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!(
|
Self::CannotAttach => write!(
|
||||||
f,
|
f,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue