diff --git a/docs/desktop-notifications.rst b/docs/desktop-notifications.rst index 8eea60d02..85805c72e 100644 --- a/docs/desktop-notifications.rst +++ b/docs/desktop-notifications.rst @@ -395,7 +395,7 @@ Key Value ``c`` ``c=1`` if the terminal supports close events, otherwise the ``c`` must be omitted. -``o`` Comma separated list of occassions from the ``o`` key that the +``o`` Comma separated list of occasions from the ``o`` key that the terminal implements. If no occasions are supported, the value ``o=always`` must be sent in the query response. @@ -405,7 +405,7 @@ Key Value ``s`` Comma separated list of sound names from the table of standard sound names above. Terminals will report the list of standard sound names they support. - Terminals *should* support atleast ``system`` and ``silent``. + Terminals *should* support at least ``system`` and ``silent``. ``u`` Comma separated list of urgency values that the terminal implements. If urgency is not supported, the ``u`` key must be absent from the @@ -450,10 +450,10 @@ Key Value Default Description encoded UTF-8 application name -``g`` :ref:`identifier` ``unset`` Identifier for icon data. Make these globally unqiue, +``g`` :ref:`identifier` ``unset`` Identifier for icon data. Make these globally unique, like an UUID. -``i`` :ref:`identifier` ``unset`` Identifier for the notification. Make these globally unqiue, +``i`` :ref:`identifier` ``unset`` Identifier for the notification. Make these globally unique, like an UUID, so that terminal multiplexers can direct responses to the correct window. Note that for backwards compatibility reasons i=0 is special and should not be used. diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index ba4378461..e64f207f8 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -354,7 +354,7 @@ are the :kbd:`Enter`, :kbd:`Tab` and :kbd:`Backspace` keys which still generate bytes as in legacy mode this is to allow the user to type and execute commands in the shell such as ``reset`` after a program that sets this mode crashes without clearing it. Note that the Lock modifiers are not reported for text -producing keys, to keep them useable in legacy programs. To get lock modifiers +producing keys, to keep them usable in legacy programs. To get lock modifiers for all keys use the :ref:`report_all_keys` enhancement. .. _report_events: diff --git a/docs/kittens/choose-fonts.rst b/docs/kittens/choose-fonts.rst index a1a5f3615..0919a9c55 100644 --- a/docs/kittens/choose-fonts.rst +++ b/docs/kittens/choose-fonts.rst @@ -118,7 +118,7 @@ that is, they are used to set the variable value for some font characteristic. `__ ``system`` - This can be used to pass an arbitrary string, usuall a family or full name + This can be used to pass an arbitrary string, usually a family or full name to the OS font selection APIs. Should not be used in conjunction with any other keys. Is the same as specifying just the font name without any keys. diff --git a/docs/mapping.rst b/docs/mapping.rst index 69c384024..7bc534165 100644 --- a/docs/mapping.rst +++ b/docs/mapping.rst @@ -310,7 +310,7 @@ below:: # Beep on unknown keys map --new-mode XXX --on-unknown beep ... - # Ingore unknown keys silently + # Ignore unknown keys silently map --new-mode XXX --on-unknown ignore ... # Beep and exit the keyboard mode on unknown key map --new-mode XXX --on-unknown end ... diff --git a/docs/performance.rst b/docs/performance.rst index 3ef4c5ecd..d513fd251 100644 --- a/docs/performance.rst +++ b/docs/performance.rst @@ -101,7 +101,7 @@ ASCII only text. foot, iterm2 and Terminal.app are left out as they do not run under X11. Alacritty+tmux is included just to show the effect of putting a terminal - multiplexer into the mix (halving throughput) and because alacritty isnt + multiplexer into the mix (halving throughput) and because alacritty isn't remotely comparable to any of the other terminals feature wise without tmux. .. note::