diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-04-15 12:35:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 12:35:06 +0200 |
commit | e63e5d1dbd3dd4711efa0ecf9e844ff308b370a6 (patch) | |
tree | a05cf2f0a352b6bf3db38e5c7a57842615cc4a48 /test/functional/core/job_spec.lua | |
parent | 4503cb6b642e0b1ba8157154af6a220387e607f0 (diff) | |
download | rneovim-e63e5d1dbd3dd4711efa0ecf9e844ff308b370a6.tar.gz rneovim-e63e5d1dbd3dd4711efa0ecf9e844ff308b370a6.tar.bz2 rneovim-e63e5d1dbd3dd4711efa0ecf9e844ff308b370a6.zip |
docs: typo fixes (#17859)
Co-authored-by: Elias Alves Moura <eliamoura.alves@gmail.com>
Co-authored-by: venkatesh <shariharanvenkatesh@gmail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Vikas Raj <24727447+numToStr@users.noreply.github.com>
Co-authored-by: Steve Vermeulen <sfvermeulen@gmail.com>
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Co-authored-by: rwxd <rwxd@pm.me>
Co-authored-by: casswedson <58050969+casswedson@users.noreply.github.com>
Diffstat (limited to 'test/functional/core/job_spec.lua')
-rw-r--r-- | test/functional/core/job_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/core/job_spec.lua b/test/functional/core/job_spec.lua index a0df3b7767..94a50b9a41 100644 --- a/test/functional/core/job_spec.lua +++ b/test/functional/core/job_spec.lua @@ -1038,7 +1038,7 @@ describe('jobs', function() local other_jobid = eval("jobstart(['cat', '-'], g:job_opts)") local other_pid = eval('jobpid(' .. other_jobid .. ')') - -- Other job doesn't block first job from recieving SIGHUP on jobclose() + -- Other job doesn't block first job from receiving SIGHUP on jobclose() command('call jobclose(j)') -- Have to wait so that the SIGHUP can be processed by tty-test on time. -- Can't wait for the next message in case this test fails, if it fails |