From 0efbd6671760c343b6835391d451a65fe21e2c07 Mon Sep 17 00:00:00 2001 From: alex-huff Date: Mon, 28 Apr 2025 22:15:09 -0500 Subject: [PATCH] fix typos --- docs/kittens/choose-fonts.rst | 2 +- kitty/simple_cli_definitions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kittens/choose-fonts.rst b/docs/kittens/choose-fonts.rst index 3a705d3ce..a1a5f3615 100644 --- a/docs/kittens/choose-fonts.rst +++ b/docs/kittens/choose-fonts.rst @@ -124,5 +124,5 @@ that is, they are used to set the variable value for some font characteristic. In addition to these keys, any four letter key is treated as the name of a -variable characteristic of the font. It's value is used to set the value for +variable characteristic of the font. Its value is used to set the value for the name. diff --git a/kitty/simple_cli_definitions.py b/kitty/simple_cli_definitions.py index 362d6b929..9b52a87ba 100644 --- a/kitty/simple_cli_definitions.py +++ b/kitty/simple_cli_definitions.py @@ -596,7 +596,7 @@ def build_panel_cli_spec(defaults: dict[str, str]) -> str: display (on macOS the part of the display not covered by titlebar and dock). The panel can be shrunk and placed using the margin parameters. The value :code:`none` anchors the panel to the top left corner and should be -placed and using the margin parameters. It's size is set bye :option:`--lines` +placed and using the margin parameters. Its size is set by :option:`--lines` and :option:`--columns`.