aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMerelyAPseudonym2013-08-01 19:06:57 -0400
committerAdam Vandenberg2013-08-01 17:22:51 -0700
commit1dc2e12f3ac5912ac8cd8ef48797a286b2a0451e (patch)
treef0a5607a898f60c0d3b9cfac28db019f111c0b05 /Library
parent36f5452ae362a7ce8b83a9530031f7b9f4dcb8be (diff)
downloadbrew-1dc2e12f3ac5912ac8cd8ef48797a286b2a0451e.tar.bz2
fix typo
Closes Homebrew/homebrew#21601. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirements.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb
index 5ffa660ab..a8e7d6610 100644
--- a/Library/Homebrew/requirements.rb
+++ b/Library/Homebrew/requirements.rb
@@ -14,7 +14,7 @@ class XcodeDependency < Requirement
def message; <<-EOS.undent
A full installation of Xcode.app is required to compile this software.
- Installing just the Command Line Tools is not sufficent.
+ Installing just the Command Line Tools is not sufficient.
EOS
end
end