aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.com>2017-05-26 00:18:24 +0100
committerJonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.com>2017-06-03 18:53:28 +0100
commit503a5c458bf8b8458c18d45f1d1558987b15fc2d (patch)
tree4fe20720dd4a99ce16a37bbea429259867991937 /runtime/doc
parent74472f7b2bf354dbffcaca3738dacba5dfaefd6d (diff)
downloadrneovim-503a5c458bf8b8458c18d45f1d1558987b15fc2d.tar.gz
rneovim-503a5c458bf8b8458c18d45f1d1558987b15fc2d.tar.bz2
rneovim-503a5c458bf8b8458c18d45f1d1558987b15fc2d.zip
tui: Spelling corrections in doco and commentary
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/term.txt2
-rw-r--r--runtime/doc/windows.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt
index 817b06de2b..c4eefe4e53 100644
--- a/runtime/doc/term.txt
+++ b/runtime/doc/term.txt
@@ -192,7 +192,7 @@ scrolling ('wrap' option off) consider setting 'sidescroll' to a small
number.
If you have a slow terminal you may want to reset the 'showcmd' and 'ruler'
-options. The command characters and cursor poritions will not be shown in the
+options. The command characters and cursor positions will not be shown in the
status line (which involves a lot of cursor motions and attribute changes for
every keypress or movement). If the terminal scrolls very slowly, set the
'scrolljump' to 5 or so. If the cursor is moved off the screen (e.g., with
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index 93cf1d1b1a..651d617a76 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -117,7 +117,7 @@ check if the 'highlight' option contains "si". In version 3.0, this meant to
invert the status line. Now it should be "sr", reverse the status line, as
"si" now stands for italic! If italic is not available on your terminal, the
status line is inverted anyway; you will only see this problem on terminals
-that have |terminfo| capbilities for italics.
+that have |terminfo| capabilities for italics.
==============================================================================
3. Opening and closing a window *opening-window* *E36*