patch 9.0.1808: termdebug: Typo in termdebug test
Commit:
https://github.com/vim/vim/commit/f2534434c99a2b0cea08b238df24979b3fdc9212
Author: Christian Brabandt <[email protected]>
Date: Sun Aug 27 19:59:28 2023 +0200
patch 9.0.1808: termdebug: Typo in termdebug test
Problem: termdebug: Typo in termdebug test
Solution: fix the typos
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/testdir/test_termdebug.vim b/src/testdir/test_termdebug.vim
index 16d0004cf..49c84cf8b 100644
--- a/src/testdir/test_termdebug.vim
+++ b/src/testdir/test_termdebug.vim
@@ -9,12 +9,12 @@ CheckExecutable gcc
let g:GDB = exepath('gdb')
if g:GDB->empty()
- throw 'Skpped: gdb is not found in $PATH'
+ throw 'Skipped: gdb is not found in $PATH'
endif
let g:GCC = exepath('gcc')
if g:GCC->empty()
- throw 'Skpped: gcc is not found in $PATH'
+ throw 'Skipped: gcc is not found in $PATH'
endif
packadd termdebug
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1qaKHv-003TJF-Eh%40256bit.org.