diff --git a/src/config.rs b/src/config.rs index a4dd626f..2596d9e5 100644 --- a/src/config.rs +++ b/src/config.rs @@ -99,13 +99,13 @@ pub struct Config<'a> { #[cfg(feature = "lessopen")] pub use_lessopen: bool, - // Weather or not to set terminal title when using a pager + // Whether or not to set terminal title when using a pager pub set_terminal_title: bool, /// The maximum number of consecutive empty lines to display pub squeeze_lines: Option, - // Weather or not to set terminal title when using a pager + // Whether or not to set terminal title when using a pager pub strip_ansi: StripAnsiMode, }