aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/luarocks.rb
diff options
context:
space:
mode:
authorBrett Koonce2011-12-18 17:28:16 -0600
committerMisty De Meo2011-12-18 18:18:12 -0600
commitf5b6bd9e8db078d397ea53f94e7b22ba82808e0a (patch)
tree94669b5e73f0df6f1e8ab1aa4eb7c3aeb2682385 /Library/Formula/luarocks.rb
parent7ec1c9af1f46cbf5c80b14b7a1b385d589d8676a (diff)
downloadhomebrew-f5b6bd9e8db078d397ea53f94e7b22ba82808e0a.tar.bz2
luarocks: trys -> tries
Closes #9173. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula/luarocks.rb')
-rw-r--r--Library/Formula/luarocks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/luarocks.rb b/Library/Formula/luarocks.rb
index 655edc4df..54a66c5b2 100644
--- a/Library/Formula/luarocks.rb
+++ b/Library/Formula/luarocks.rb
@@ -9,7 +9,7 @@ class Luarocks < Formula
depends_on use_luajit? ? 'luajit' : 'lua'
- fails_with_llvm "Lua itself compiles with llvm, but may fail when other software trys to link."
+ fails_with_llvm "Lua itself compiles with llvm, but may fail when other software tries to link."
def patches
DATA if HOMEBREW_PREFIX.to_s == '/usr/local'