diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb
index 5ffa660ab6f7f21578575527e663baf2034371fa..a8e7d66101ec8dd642722ad17e415fd26e8dbd77 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