Closes Homebrew/homebrew#24803.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Samyak Bhuta 2013-11-30 19:48:02 +05:30 committed by Adam Vandenberg
parent 9d72738c54
commit a785a47452

View File

@ -226,7 +226,7 @@ class ExampleFormula < Formula
def install
# Now the sources (from `url`) are downloaded, hash-checked and
# Homebrew has changed into a temporary directory where the
# archive has been unpacked or the repository has benn cloned.
# archive has been unpacked or the repository has been cloned.
# Print a warning (do this rarely)
opoo 'Dtrace features are experimental!' if build.with? 'dtrace'