Fix typos

Inspired by 4d3ee554b3.
Found using `codespell`.
This commit is contained in:
Luflosi
2019-08-23 01:01:12 +02:00
parent c905978874
commit 6cc720a350
15 changed files with 24 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- When running kittens, use the colorscheme of the current window
rather than the configured colorscheme (:iss:`1906`)
- Dont fail to start if running the shell to read the EDITOR env var fails
- Don't fail to start if running the shell to read the EDITOR env var fails
(:iss:`1869`)
- Disable the ``liga`` and ``dlig`` OpenType features for broken fonts

View File

@@ -2,7 +2,7 @@ Documentation for the kitty remote control protocol
======================================================
The kitty remote control protocol is a simple protocol that involves sending
data to kitty in the form of JSON. Any individual command ot kitty has the
data to kitty in the form of JSON. Any individual command of kitty has the
form::
<ESC>P@kitty-cmd<JSON object><ESC>\
@@ -21,7 +21,7 @@ standalone client, use the kitty version that you are developing against. Using
a version greater than the version of the kitty instance you are talking to,
will cause a failure.
Set ``no_response`` to True if you dont want a response from kitty.
Set ``no_response`` to True if you don't want a response from kitty.
The optional payload is a JSON object that is specific to the actual command being sent.
The fields in the object for every command are documented below.