diff options
| author | Samyak Bhuta | 2013-11-30 19:48:02 +0530 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-30 10:55:38 -0800 |
| commit | 3ae43b5b5d75da94712d2d4f64714bd915741e5b (patch) | |
| tree | a29267f8b5e1871a083d0b4799e398e780243007 /Library | |
| parent | d0eaec0636eacd8f190b763e480cc2548a34bd74 (diff) | |
| download | homebrew-3ae43b5b5d75da94712d2d4f64714bd915741e5b.tar.bz2 | |
typo
Closes #24803.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/example-formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index 43e294bd8..6916ed152 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -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' |
