aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-25 00:26:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-25 00:26:53 +1200
commit08cc3a6bf7a6f8e14575dfe8bb2223bb5731e7f0 (patch)
tree159e483222eda81a70049b52e3107f8398274429 /vim/vimrc
parentCorrect a word in a comment (diff)
downloaddotfiles-08cc3a6bf7a6f8e14575dfe8bb2223bb5731e7f0.tar.gz
dotfiles-08cc3a6bf7a6f8e14575dfe8bb2223bb5731e7f0.zip
Correct two typos
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f19f32ba..991bb79e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -411,11 +411,11 @@ let &spellfile = $MYVIM.'/cache/spell/'.join([
\,'add'
\], '.')
-" Spell checking includes optional support for catching lowercase letters at
+" Spell checking includes optional support for catching lower case letters at
" the start of sentences, and defines a pattern in 'spellcapcheck' for the end
" of a sentence. The default is pretty good, but with two-spacing with
" 'cpoptions' including 'J' and 'formatoptions' including 'p' as set later in
-" this file, we can be less ambiguous in this pattern. We requre two
+" this file, we can be less ambiguous in this pattern. We require two
" consecutive spaces, a newline, a carriage return, or a tab to mark the end
" of a sentence. This means that we could make abbreviations like "i.e.
" something" without flagging "something" as a spelling error.