From a785a47452bd377606fc69a9d15fdd0f62bdccc3 Mon Sep 17 00:00:00 2001 From: Samyak Bhuta Date: Sat, 30 Nov 2013 19:48:02 +0530 Subject: typo Closes Homebrew/homebrew#24803. Signed-off-by: Adam Vandenberg --- Library/Contributions/example-formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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' -- cgit v1.2.3