diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/luarocks.rb | 2 |
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' |
