summaryrefslogtreecommitdiffstats
path: root/src/testdir/runtest.vim
diff options
context:
space:
mode:
authorDominique Pelle <dominique.pelle@gmail.com>2021-11-21 11:36:04 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-21 11:36:04 +0000
commit923dce2b07ff185c0ef661f3eca47bc17655f01b (patch)
tree6bd0b7aea8a22002a85a88effe5ca5bf18c7b17a /src/testdir/runtest.vim
parent2c23670300b18f2f799d0602ff5225caa55b0d67 (diff)
patch 8.2.3637: typos in test filesv8.2.3637
Problem: Typos in test files. Solution: Correct the typos. (Dominique Pellé, closes #9175)
Diffstat (limited to 'src/testdir/runtest.vim')
-rw-r--r--src/testdir/runtest.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim
index cd36839064..28e23c0d9e 100644
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -145,7 +145,7 @@ else
endif
if has('mac')
- " In MacOS, when starting a shell in a terminal, a bash deprecation warning
+ " In macOS, when starting a shell in a terminal, a bash deprecation warning
" message is displayed. This breaks the terminal test. Disable the warning
" message.
let $BASH_SILENCE_DEPRECATION_WARNING = 1