summaryrefslogtreecommitdiff
path: root/src/testdir/test_popupwin.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-18 19:49:56 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-18 19:49:56 +0100
commit8e7d6223f630690b72b387eaed704bf01f3f29d2 (patch)
treeb2e694bda1dbae28776d68f9babbb42d27e5c730 /src/testdir/test_popupwin.vim
parent3beaf9cd8efa3ba83e07187215004d140b89d529 (diff)
downloadvim-git-8e7d6223f630690b72b387eaed704bf01f3f29d2.tar.gz
patch 8.2.2160: various typosv8.2.2160
Problem: Various typos. Solution: Fix spelling mistakes. (closes #7494)
Diffstat (limited to 'src/testdir/test_popupwin.vim')
-rw-r--r--src/testdir/test_popupwin.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim
index a36e0f599..b8641fe7d 100644
--- a/src/testdir/test_popupwin.vim
+++ b/src/testdir/test_popupwin.vim
@@ -3308,7 +3308,7 @@ func Test_popupmenu_info_border()
call term_sendkeys(buf, "cc\<C-X>\<C-U>")
call VerifyScreenDump(buf, 'Test_popupwin_infopopup_6', {})
- " Hide the info popup, cycle trough buffers, make sure it didn't get
+ " Hide the info popup, cycle through buffers, make sure it didn't get
" deleted.
call term_sendkeys(buf, "\<Esc>")
call term_sendkeys(buf, ":set hidden\<CR>")