]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1808: termdebug: Typo in termdebug test v9.0.1808
authorChristian Brabandt <cb@256bit.org>
Sun, 27 Aug 2023 17:59:28 +0000 (19:59 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 27 Aug 2023 18:00:37 +0000 (20:00 +0200)
Problem:  termdebug: Typo in termdebug test
Solution: fix the typos

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_termdebug.vim

index 16d0004cfead45b95cf2ed939f2dd51de710dbd8..49c84cf8b8ae0b03dc94d8bebdc91c0142c0fb9e 100644 (file)
@@ -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