Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
three minor typos
  • Loading branch information
stmuk committed May 21, 2015
1 parent 7adde5a commit 2172535
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.txt
@@ -1,7 +1,7 @@
Build requirements (Installing from source)
For building Rakudo you need at least a C compiler, a "make" utility,
and Perl 5.8 or newer. To automatically obtain and build MoarVM
as well as NQP, you may also need a a git client, which is also needed
as well as NQP, you may also need a git client, which is also needed
for fetching the test suite.

Building rakudo can take up to 1G of memory when compiling for the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ after more than just the bare compiler, please download [the latest
Rakudo Star package](http://rakudo.org/downloads/star).

Note that different backends implement slightly different sets of
featurs. For a high-level overview of implemented and missing features,
features. For a high-level overview of implemented and missing features,
please visit [the features page on perl6.org](http://perl6.org/compilers/features).

Recent changes and feature additions are documented in the `doc/ChangeLog`
Expand Down
2 changes: 1 addition & 1 deletion src/core/Deprecations.pm
Expand Up @@ -115,7 +115,7 @@ END {
adapted, so that this message will disappear!
Please note that *ALL* deprecated features will be removed at the RC-0 release
(expected september 2015).'
(expected September 2015).'
unless Deprecation.camelia;
}
}
Expand Down

0 comments on commit 2172535

Please sign in to comment.