updated for version 7.0098
diff --git a/runtime/doc/vimdiff.man b/runtime/doc/vimdiff.man
index fb0663c..41ef47f 100644
--- a/runtime/doc/vimdiff.man
+++ b/runtime/doc/vimdiff.man
@@ -30,7 +30,7 @@
OPTIONS
Vertical splits are used to align the lines, as if the "-O" argument
- was used. To use horizontal splits intead, use the "-o" argument.
+ was used. To use horizontal splits instead, use the "-o" argument.
For all other arguments see vim(1).
diff --git a/runtime/syntax/tcsh.vim b/runtime/syntax/tcsh.vim
index 29fbb2e..9c6701d 100644
--- a/runtime/syntax/tcsh.vim
+++ b/runtime/syntax/tcsh.vim
@@ -1,6 +1,6 @@
" Vim syntax file
" Language: C-shell (tcsh)
-" Maintainor: Gautam Iyer <gautam@math.uchicago.edu>
+" Maintainer: Gautam Iyer <gautam@math.uchicago.edu>
" Last Modified: Mon 23 Feb 2004 02:28:51 PM CST
"
" Description: We break up each statement into a "command" and an "end" part.