luarocks: trys -> tries

Closes Homebrew/homebrew#9173.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
master
Brett Koonce 2011-12-18 17:28:16 -06:00 committed by Misty De Meo
parent 7a10fa5672
commit 082a11e45a
1 changed files with 1 additions and 1 deletions

View File

@ -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'