diff options
| author | Alexey Muranov | 2013-11-02 13:56:10 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-02 07:24:48 -0700 |
| commit | 71819b980ef7064599fd1390ef7cc4c0d8b10b84 (patch) | |
| tree | 863a6897c89c9e4664531f4ac64118fc48c317da /Library/Formula/macvim.rb | |
| parent | 7c79ee985399107a32dd16faae1bf9ea4e63056c (diff) | |
| download | homebrew-71819b980ef7064599fd1390ef7cc4c0d8b10b84.tar.bz2 | |
Fix a typo in macvim comment
Closes #23896.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/macvim.rb')
| -rw-r--r-- | Library/Formula/macvim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index ec6016ec8..716ee499a 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -24,7 +24,7 @@ class Macvim < Formula # Mavericks Patches: # * Fix Ruby.framework detection on OS X 10.9 - # * Allow building against specific Ruby.framework version matcing ruby-command + # * Allow building against specific Ruby.framework version matching ruby-command # * Add missing version macros include for 10.9 def patches DATA unless build.head? |
