diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 35dca72acc895b297a2ac7ed66ecbc90b6a4b2db..60961395279653ec3c9f8662134b48a975f2c606 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