summaryrefslogtreecommitdiffstats
path: root/zellij-client/src
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng.ang@gmail.com>2022-06-10 22:37:55 +0800
committerGitHub <noreply@github.com>2022-06-10 23:37:55 +0900
commit16b53aa52f73e5ee7383889dc7a422d27be22ef0 (patch)
tree4f7bded9ba5334fc97786ec13d2a5baebbd91503 /zellij-client/src
parentedac2eb5a901f1210f2a818bff5d26112a40087c (diff)
docs: fix typos (#1481)
Diffstat (limited to 'zellij-client/src')
-rw-r--r--zellij-client/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-client/src/lib.rs b/zellij-client/src/lib.rs
index 5ddaa5fee..4d7c3978c 100644
--- a/zellij-client/src/lib.rs
+++ b/zellij-client/src/lib.rs
@@ -202,7 +202,7 @@ pub fn start_client(
let send_client_instructions = send_client_instructions.clone();
let os_input = os_input.clone();
Box::new(move |info| {
- error!("Panic occured in client:\n{:?}", info);
+ error!("Panic occurred in client:\n{:?}", info);
if let Ok(()) = os_input.unset_raw_mode(0) {
handle_panic(info, &send_client_instructions);
}