Skip to content

Commit 885ae1d

Browse files
authored
Merge pull request #3561 from cerdelen/small_typo_fix
Small typo fixes
2 parents cd06fe4 + f6f1f18 commit 885ae1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ pub struct Config<'a> {
9999
#[cfg(feature = "lessopen")]
100100
pub use_lessopen: bool,
101101

102-
// Weather or not to set terminal title when using a pager
102+
// Whether or not to set terminal title when using a pager
103103
pub set_terminal_title: bool,
104104

105105
/// The maximum number of consecutive empty lines to display
106106
pub squeeze_lines: Option<usize>,
107107

108-
// Weather or not to set terminal title when using a pager
108+
// Whether or not to strip ANSI escape codes from the input
109109
pub strip_ansi: StripAnsiMode,
110110
}
111111

0 commit comments

Comments
 (0)