From dbf749bd5aaef6ea2d28bce081349785d174d96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 16 Oct 2023 09:53:37 +0200 Subject: runtime: Fix more typos (#13354) * Fix more typos * Fix typos in ignored runtime/ directory Signed-off-by: Christian Brabandt --- runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/ini.vim | 2 +- runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/pack') diff --git a/runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/ini.vim b/runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/ini.vim index 55d2dee4ea..73716969e7 100644 --- a/runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/ini.vim +++ b/runtime/pack/dist/opt/editorconfig/autoload/editorconfig_core/ini.vim @@ -1,6 +1,6 @@ " autoload/editorconfig_core/ini.vim: Config-file parser for " editorconfig-core-vimscript and editorconfig-vim. -" Modifed from the Python core's ini.py. +" Modified from the Python core's ini.py. " Copyright (c) 2012-2019 EditorConfig Team {{{2 " All rights reserved. diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim index 7d9b80f510..e6126ee6f3 100644 --- a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim +++ b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim @@ -1219,7 +1219,7 @@ func s:Run(args) call s:SendResumingCommand('-exec-run') endfunc -" :Frame - go to a specfic frame in the stack +" :Frame - go to a specific frame in the stack func s:Frame(arg) " Note: we explicit do not use mi's command " call s:SendCommand('-stack-select-frame "' . a:arg .'"') -- cgit v1.2.3