patch 9.0.1453: typos in source code and tests

Problem:    Typos in source code and tests.
Solution:   Fi the typos. (Dominique Pellé, closes #12217)
This commit is contained in:
Dominique Pelle
2023-04-14 21:54:25 +01:00
committed by Bram Moolenaar
parent b7f6f93475
commit b49dfd0cf2
11 changed files with 17 additions and 15 deletions

View File

@ -823,10 +823,10 @@
* +mouse_gpm Unix only: Include code for Linux console mouse
* handling.
* +mouse_pterm PTerm mouse support for QNX
* +mouse_sgr Unix only: Include code for for SGR-styled mouse.
* +mouse_sgr Unix only: Include code for SGR-styled mouse.
* +mouse_sysmouse Unix only: Include code for FreeBSD and DragonFly
* console mouse handling.
* +mouse_urxvt Unix only: Include code for for urxvt mouse handling.
* +mouse_urxvt Unix only: Include code for urxvt mouse handling.
* +mouse Any mouse support (any of the above enabled).
* Always included, since either FEAT_MOUSE_XTERM or
* DOS_MOUSE is defined.