diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-01-30 00:15:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 23:15:22 +0000 |
commit | 4a96e7809f4d9f6ce21869817eb95ff6dcaa1693 (patch) | |
tree | 9d7dbc65b9c31bc332531fe14236f5023e199d1f /test/functional/lua | |
parent | d7d015ffff1b6c796f9a03f9a7ec914fe5909ee8 (diff) | |
download | rneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.tar.gz rneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.tar.bz2 rneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.zip |
chore: typo fixes (#16921)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'test/functional/lua')
-rw-r--r-- | test/functional/lua/uri_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/uri_spec.lua b/test/functional/lua/uri_spec.lua index fa11fdf794..4635f17557 100644 --- a/test/functional/lua/uri_spec.lua +++ b/test/functional/lua/uri_spec.lua @@ -101,7 +101,7 @@ describe('URI methods', function() eq('C:\\Foo\\Bar\\Baz.txt', exec_lua(test_case)) end) - it('file path includes only ascii charactors with encoded colon character', function() + it('file path includes only ascii characters with encoded colon character', function() local test_case = [[ local uri = 'file:///C%3A/Foo/Bar/Baz.txt' return vim.uri_to_fname(uri) |