# HG changeset patch # User Christian Brabandt # Date 1693160103 -7200 # Node ID 50fe2cd56d3a93bd796e8746dfdadf4cc95d695e # Parent ba4ae4deb6d8c26dc7026c526e286fed02e20a6e patch 9.0.1808: termdebug: Typo in termdebug test Commit: https://github.com/vim/vim/commit/f2534434c99a2b0cea08b238df24979b3fdc9212 Author: Christian Brabandt 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 diff --git a/src/testdir/test_termdebug.vim b/src/testdir/test_termdebug.vim --- 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