diff options
author | Pavel Roskin <1317472+proski@users.noreply.github.com> | 2023-10-25 16:20:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 23:20:58 +0000 |
commit | 75eef3be9680dbe3300186b06e19eac7f9dfab4b (patch) | |
tree | e59127474f8bdaae5be26dc53d25c3c9ed86d379 /extra | |
parent | 500b696ca8ed61c42f5954b10f1294e875d792ae (diff) | |
download | alacritty-75eef3be9680dbe3300186b06e19eac7f9dfab4b.tar.gz alacritty-75eef3be9680dbe3300186b06e19eac7f9dfab4b.zip |
Fix typos
Diffstat (limited to 'extra')
-rw-r--r-- | extra/man/alacritty.5.scd | 4 |
1 files changed, 2 insertions, 2 deletions
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. |