diff options
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 35dca72ac..609613952 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -123,7 +123,7 @@ class UnsatisfiedRequirements < RuntimeError if reqs.length == 1 super "An unsatisfied requirement failed this build." else - super "Unsatisified requirements failed this build." + super "Unsatisfied requirements failed this build." end end end |
