updated for version 7.0198
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index b5283bc..85132a6 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2006 Feb 13
+*change.txt* For Vim version 7.0aa. Last change: 2006 Feb 15
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1171,7 +1171,7 @@
Formatting is done with one of three methods:
1. If 'formatexpr' is not empty the expression is
evaluated. This can differ for each buffer.
- 2. If 'formatprg' is not mepty an external program
+ 2. If 'formatprg' is not empty an external program
is used.
3. Otherise formatting is done internally.