From ca1f749c087bc19f6fbcebcd3ee34307959a95d5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:32:55 -0400 Subject: Spelling (#5020) Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- crates/typst-cli/src/terminal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/typst-cli/src') diff --git a/crates/typst-cli/src/terminal.rs b/crates/typst-cli/src/terminal.rs index 45b8c82b..cdf22ac5 100644 --- a/crates/typst-cli/src/terminal.rs +++ b/crates/typst-cli/src/terminal.rs @@ -59,7 +59,7 @@ impl TermOut { // We don't want to clear anything that is not a TTY. if self.inner.stream.supports_color() { // First, move the cursor up `lines` lines. - // Then, clear everything between between the cursor to end of screen. + // Then, clear everything between the cursor to end of screen. let mut stream = self.inner.stream.lock(); write!(stream, "\x1B[1F\x1B[0J")?; stream.flush()?; -- cgit v1.2.3