From eed9b65907376dea9111c032666d2cce5c3d45e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Wed, 6 Feb 2013 22:10:17 -0500 Subject: [PATCH] fix typo in rakudo-star caveats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “Raukdo” → “Rakudo” Closes Homebrew/homebrew#17651. Signed-off-by: Adam Vandenberg --- Formula/rakudo-star.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/rakudo-star.rb b/Formula/rakudo-star.rb index 6aa732c3b8..c975140f9a 100644 --- a/Formula/rakudo-star.rb +++ b/Formula/rakudo-star.rb @@ -24,7 +24,7 @@ class RakudoStar < Formula end def caveats; <<-EOS - Raukdo Star comes with its own specific version of Parrot. Installing the + Rakudo Star comes with its own specific version of Parrot. Installing the Parrot formula along side the Rakudo Star formula will override a number of the binaries (eg. parrot, nqp, winxed, etc.). EOS