aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-10-29 09:02:32 +0100
committerGitHub <noreply@github.com>2023-10-29 16:02:32 +0800
commit2dc9ceb99c018b15dcf0c443cad46efecccaf94e (patch)
treef1850d042c6628949b52d16e53912dd14683b298 /test
parent0da27e9bdec14acf82731c4d5e0ad7d673697af7 (diff)
downloadrneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.tar.gz
rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.tar.bz2
rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.zip
docs: small fixes (#25585)
Co-authored-by: tmummert <doczook@gmx.de> Co-authored-by: parikshit adhikari <parikshitadhikari@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/functional/api/autocmd_spec.lua2
-rw-r--r--test/functional/legacy/scroll_opt_spec.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/api/autocmd_spec.lua b/test/functional/api/autocmd_spec.lua
index bcae35d724..fd46a1dcfa 100644
--- a/test/functional/api/autocmd_spec.lua
+++ b/test/functional/api/autocmd_spec.lua
@@ -1333,7 +1333,7 @@ describe('autocmd api', function()
local without_group = meths.get_autocmds(search)
eq(2, #without_group)
- -- Doest clear with passing group.
+ -- Doesn't clear with passing group.
meths.clear_autocmds { buffer = 0, group = search.group }
local with_group = meths.get_autocmds(search)
eq(1, #with_group)
diff --git a/test/functional/legacy/scroll_opt_spec.lua b/test/functional/legacy/scroll_opt_spec.lua
index b179338665..5b4bfb3caa 100644
--- a/test/functional/legacy/scroll_opt_spec.lua
+++ b/test/functional/legacy/scroll_opt_spec.lua
@@ -884,7 +884,7 @@ describe('smoothscroll', function()
end)
-- oldtest: Test_smoothscroll_multi_skipcol()
- it('scrolling mulitple lines and stopping at non-zero skipcol', function()
+ it('scrolling multiple lines and stopping at non-zero skipcol', function()
screen:try_resize(40, 10)
screen:set_default_attr_ids({
[0] = {foreground = Screen.colors.Blue, bold = true},