Hi
Please find a few doc fixes in attached patch.
Regards
Dominique
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/CAON-T_iTe1mpX479ANQvk0O68ETgihD7uoDuP7QCvFT-aOHgsg%40mail.gmail.com.
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt
index a8e585772..b187cc05c 100644
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -18,7 +18,7 @@ The Netbeans interface also uses a channel. |netbeans|
5. Channel commands |channel-commands|
6. Using a RAW or NL channel |channel-raw|
7. More channel functions |channel-more|
-8. channel functions details |channel-functions-details|
+8. Channel functions details |channel-functions-details|
9. Starting a job with a channel |job-start|
10. Starting a job without a channel |job-start-nochannel|
11. Job functions |job-functions-details|
@@ -462,7 +462,7 @@ For a JS or JSON channel this returns one decoded message.
This includes any sequence number.
==============================================================================
-8. channel functions details *channel-functions-details*
+8. Channel functions details *channel-functions-details*
ch_canread({handle}) *ch_canread()*
Return non-zero when there is something to read from {handle}.
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt
index 7692d804c..a99d3f3de 100644
--- a/runtime/doc/testing.txt
+++ b/runtime/doc/testing.txt
@@ -12,7 +12,7 @@ and for testing plugins.
1. Testing Vim |testing|
2. Test functions |test-functions|
-3. Assert funtions |assert-functions|
+3. Assert functions |assert-functions|
==============================================================================
1. Testing Vim *testing*