diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-03-10 07:34:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 14:34:55 +0800 |
commit | a7b1c8893c602196541e94b8b24c4c70c32c25b0 (patch) | |
tree | c763c8446efbefe113a0c1837e8b6b9b762e260d /test/functional/ui/sign_spec.lua | |
parent | 487f52c9d2580b9a10010071f9263d19bc069bd1 (diff) | |
download | rneovim-a7b1c8893c602196541e94b8b24c4c70c32c25b0.tar.gz rneovim-a7b1c8893c602196541e94b8b24c4c70c32c25b0.tar.bz2 rneovim-a7b1c8893c602196541e94b8b24c4c70c32c25b0.zip |
chore: fix typos (#17331)
Co-authored-by: Hongyi Lyu <hongyi.lyu95@gmail.com>
Co-authored-by: Gregory Anders <greg@gpanders.com>
Co-authored-by: notomo <notomo.motono@gmail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'test/functional/ui/sign_spec.lua')
-rw-r--r-- | test/functional/ui/sign_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/sign_spec.lua b/test/functional/ui/sign_spec.lua index f718786557..dbc92ca222 100644 --- a/test/functional/ui/sign_spec.lua +++ b/test/functional/ui/sign_spec.lua @@ -482,7 +482,7 @@ describe('Signs', function() ]]) end) - it('ignores signs with no icon and text when calculting the signcolumn width', function() + it('ignores signs with no icon and text when calculating the signcolumn width', function() feed('ia<cr>b<cr>c<cr><esc>') command('set number') command('set signcolumn=auto:2') |