diff options
| author | MerelyAPseudonym | 2013-08-01 19:06:57 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-01 17:22:51 -0700 |
| commit | e318ac243c2f7954b830bac1e9d719b9cab1f02a (patch) | |
| tree | 5e778c20e720038b5eee1da06a6c821814a843c6 /Library/Homebrew/requirements.rb | |
| parent | f32e655ad60c6da6cd0f6f3ce342fd836b6e7423 (diff) | |
| download | homebrew-e318ac243c2f7954b830bac1e9d719b9cab1f02a.tar.bz2 | |
fix typo
Closes #21601.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Homebrew/requirements.rb')
| -rw-r--r-- | Library/Homebrew/requirements.rb | 2 |
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 |
