From 75eef3be9680dbe3300186b06e19eac7f9dfab4b Mon Sep 17 00:00:00 2001 From: Pavel Roskin <1317472+proski@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:20:58 -0700 Subject: Fix typos --- extra/man/alacritty.5.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 1988c250..57225452 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -853,7 +853,7 @@ https://docs.rs/winit/latest/winit/keyboard/enum.Key.html#variant.Dead *InlineSearchForward* Search forward within the current line. *InlineSearchBcakward* - Search backard within the current line. + Search backward within the current line. *InlineSearchForwardShort* Search forward within the current line, stopping just short of the character. *InlineSearchBackwardShort* @@ -911,7 +911,7 @@ https://docs.rs/winit/latest/winit/keyboard/enum.Key.html#variant.Dead *SelectTab8* Select the eighth tab. *SelectTab9* - Select the nineth tab. + Select the ninth tab. *SelectLastTab* Select the last tab. -- cgit