aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/exceptions.rb2
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