summaryrefslogtreecommitdiffstats
path: root/runtime/doc/channel.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-12 22:54:35 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-12 22:54:35 +0200
commit0952131376a517fc12dc5ae908a97018b4ee23f0 (patch)
tree937cfa4e0fd89164703af30695387707b4897e42 /runtime/doc/channel.txt
parentb5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/channel.txt')
-rw-r--r--runtime/doc/channel.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt
index 6eec9f2ccd..9a5d36da26 100644
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -54,7 +54,7 @@ Common combination are:
- Using a job connected through pipes in NL mode. E.g., to run a style
checker and receive errors and warnings.
- Using a deamon, connecting over a socket in JSON mode. E.g. to lookup
- crosss-refrences in a database.
+ cross-references in a database.
==============================================================================
2. Channel demo *channel-demo* *demoserver.py*