aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/system_spec.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2024-11-20 23:50:30 +0100
committerGitHub <noreply@github.com>2024-11-21 06:50:30 +0800
commit07db909eb5ae2a559771068be64439eba394cd61 (patch)
treeb5eee15db09280c5256223b455cbd6b934679427 /test/functional/lua/system_spec.lua
parentcedf155fb5c4d687747e59f5d3fdad76a40aa069 (diff)
downloadrneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.gz
rneovim-07db909eb5ae2a559771068be64439eba394cd61.tar.bz2
rneovim-07db909eb5ae2a559771068be64439eba394cd61.zip
docs: misc (#31138)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'test/functional/lua/system_spec.lua')
-rw-r--r--test/functional/lua/system_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/system_spec.lua b/test/functional/lua/system_spec.lua
index afbada007d..3f847ca3be 100644
--- a/test/functional/lua/system_spec.lua
+++ b/test/functional/lua/system_spec.lua
@@ -114,7 +114,7 @@ describe('vim.system', function()
end)
if t.is_os('win') then
- it('can resolve windows command extentions.', function()
+ it('can resolve windows command extensions', function()
t.write_file('test.bat', 'echo hello world')
system_sync({ 'chmod', '+x', 'test.bat' })
system_sync({ './test' })