aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.