From e23bbfddaa9a789504da818a50e79bd5ae9550df Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 2 Jul 2022 19:54:50 +0200 Subject: [PATCH] fix: various typos (#1553) Because they were wrong. --- zellij-client/src/fake_client.rs | 2 +- zellij-server/src/screen.rs | 2 +- zellij-utils/src/logging.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zellij-client/src/fake_client.rs b/zellij-client/src/fake_client.rs index d3528d87..2199e12f 100644 --- a/zellij-client/src/fake_client.rs +++ b/zellij-client/src/fake_client.rs @@ -1,5 +1,5 @@ //! The `[fake_client]` is used to attach to a running server session -//! and dispatch actions, that are specificed through the command line. +//! and dispatch actions, that are specified through the command line. //! Multiple actions at the same time can be dispatched. use log::debug; use std::{fs, path::PathBuf, thread}; diff --git a/zellij-server/src/screen.rs b/zellij-server/src/screen.rs index b0187fc7..43b1491d 100644 --- a/zellij-server/src/screen.rs +++ b/zellij-server/src/screen.rs @@ -91,7 +91,7 @@ pub enum ScreenInstruction { SwitchTabPrev(ClientId), ToggleActiveSyncTab(ClientId), CloseTab(ClientId), - GoToTab(u32, Option), // this Option is a hacky workaround, please do not copy thie behaviour + GoToTab(u32, Option), // this Option is a hacky workaround, please do not copy this behaviour ToggleTab(ClientId), UpdateTabName(Vec, ClientId), UndoRenameTab(ClientId), diff --git a/zellij-utils/src/logging.rs b/zellij-utils/src/logging.rs index d8f1f09b..2d94d7d8 100644 --- a/zellij-utils/src/logging.rs +++ b/zellij-utils/src/logging.rs @@ -55,7 +55,7 @@ pub fn configure_logger() { ) .unwrap(); - // plugin appender. To be used in loggin_pipe to forward stderr output from plugins. We do some formatting + // plugin appender. To be used in logging_pipe to forward stderr output from plugins. We do some formatting // in logging_pipe to print plugin name as 'module' and plugin_id instead of thread. let log_plugin = RollingFileAppender::builder() .encoder(Box::new(PatternEncoder::new(