summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_channel.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-26 22:00:26 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-26 22:00:26 +0100
commit4b96df5a017a04141c4e901b1fc5704a3ca48099 (patch)
treeae335d245fc252be0d2237336be8c1cda620c874 /src/testdir/test_channel.vim
parenta5d5953d59730d9bf9c00a727c4aeb56f6ffc944 (diff)
patch 8.2.0156: various typos in source files and testsv8.2.0156
Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes #5532)
Diffstat (limited to 'src/testdir/test_channel.vim')
-rw-r--r--src/testdir/test_channel.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/test_channel.vim b/src/testdir/test_channel.vim
index dace45b64e..bd442c2f83 100644
--- a/src/testdir/test_channel.vim
+++ b/src/testdir/test_channel.vim
@@ -20,7 +20,7 @@ endif
let s:chopt = {}
-" Run "testfunc" after sarting the server and stop the server afterwards.
+" Run "testfunc" after starting the server and stop the server afterwards.
func s:run_server(testfunc, ...)
call RunServer('test_channel.py', a:testfunc, a:000)
endfunc
@@ -425,7 +425,7 @@ func Test_connect_waittime()
" We intend to use a socket that doesn't exist and wait for half a second
" before giving up. If the socket does exist it can fail in various ways.
- " Check for "Connection reset by peer" to avoid flakyness.
+ " Check for "Connection reset by peer" to avoid flakiness.
let start = reltime()
try
let handle = ch_open('localhost:9867', {'waittime': 500})