Updated runtime files.
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index 791e7a5..9124f79 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -1,4 +1,4 @@
-*repeat.txt* For Vim version 7.4. Last change: 2016 May 24
+*repeat.txt* For Vim version 7.4. Last change: 2016 Jun 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -541,7 +541,7 @@
You can also load an optional plugin at startup, by putting this command in
your |.vimrc|: >
:packadd! foodebug
-The extra "!" is so that the plugin isn't loaded with Vim was started with
+The extra "!" is so that the plugin isn't loaded if Vim was started with
|--noplugin|.
It is perfectly normal for a package to only have files in the "opt"
@@ -620,7 +620,7 @@
Dependencies between plugins ~
*packload-two-steps*
-Suppose you have a two plugins that depend on the same functionality. You can
+Suppose you have two plugins that depend on the same functionality. You can
put the common functionality in an autoload directory, so that it will be
found automatically. Your package would have these files: