diff runtime/doc/channel.txt @ 9860:9eaf8ef656e9

commit https://github.com/vim/vim/commit/0952131376a517fc12dc5ae908a97018b4ee23f0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 12 22:54:35 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Aug 2016 23:00:07 +0200
parents 9f921133ee90
children 176e34b0d678
line wrap: on
line diff
--- 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*