aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rake/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-rake/pkg-descr')
-rw-r--r--devel/rubygem-rake/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-rake/pkg-descr b/devel/rubygem-rake/pkg-descr
index e07e1bbe6e14..a69e2f421414 100644
--- a/devel/rubygem-rake/pkg-descr
+++ b/devel/rubygem-rake/pkg-descr
@@ -1,13 +1,13 @@
Rake is a Ruby make-like utility using standard Ruby syntax for the
build specification file.
-It has the follwing features:
+It has the following features:
- Rakefiles (rake's version of Makefiles) are completely defined in standard
Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about
(is that a tab or a space?)
- Users can specify tasks with prerequisites.
-- Rake supports rule patterns to sythesize implicit tasks.
+- Rake supports rule patterns to synthesize implicit tasks.
- Rake is lightweight. It can be distributed with other projects as a single
file. Projects that depend upon rake do not require that rake be installed on
target systems.