aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-25 00:25:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-25 00:25:42 +1200
commit0a3e8715e82880b4b8fa5432bd1c2dc07e09e439 (patch)
tree4b395e5b5cd8dd77f3a00c31d8332910af937ba7 /vim/vimrc
parentUse simpler method to get first part of &spelllang (diff)
downloaddotfiles-0a3e8715e82880b4b8fa5432bd1c2dc07e09e439.tar.gz
dotfiles-0a3e8715e82880b4b8fa5432bd1c2dc07e09e439.zip
Correct a word in a comment
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6dc685f8..f19f32ba 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -418,7 +418,7 @@ let &spellfile = $MYVIM.'/cache/spell/'.join([
" this file, we can be less ambiguous in this pattern. We requre 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 flatting "something" as a spelling error.
+" something" without flagging "something" as a spelling error.
"
" We use :let syntax rather than :set here, just to avoid a whole bunch of
" annoying escaping for the value.