From fb7ce8c4847bc6bacd8b6f3fb684332228847df7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 18 Jun 2014 19:22:38 -0500 Subject: [PATCH] Fix a typo --- Library/Contributions/example-formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index e4c1eb59a6..818ec9cc8f 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -250,7 +250,7 @@ class ExampleFormula < Formula # patch you have to resort to `inreplace`, because in the patch # you don't have access to any var defined by the formula. Only # HOMEBREW_PREFIX is available in the embedded patch. - # inreplace supports reg. exes. + # inreplace supports regular expressions. inreplace "somefile.cfg", /look[for]what?/, "replace by #{bin}/tool" # To call out to the system, we use the `system` method and we prefer