summaryrefslogtreecommitdiffstats
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-04 22:20:21 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-04 22:20:21 +0200
commit996343d38e96863685adefacecbb888655b7aa43 (patch)
tree677c6ecdbd66d4be6657abb5624c4991857882a8 /runtime/doc/repeat.txt
parentb2c0350c67736b0e054718fb5bf136147ee2261e (diff)
Mainly documentation updates.
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r--runtime/doc/repeat.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index 921f12028f..75e77d63d6 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -570,7 +570,7 @@ OBSCURE
==============================================================================
6. Profiling *profile* *profiling*
-Profiling means that Vim measures the time that is spend on executing
+Profiling means that Vim measures the time that is spent on executing
functions and/or scripts. The |+profile| feature is required for this.
It is only included when Vim was compiled with "huge" features.
{Vi does not have profiling}