diff options
| author | Adam Vandenberg | 2013-08-04 22:06:54 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-04 22:06:54 -0700 |
| commit | 1b5c169a5b6dccdfb7b8401dc34a565466d84541 (patch) | |
| tree | 066405e6b1aaac4bc5c44a0e68c32b7898d1ec71 /Library/Formula | |
| parent | b31143cbce4cab2754a4bf3966fcca9bfb78d181 (diff) | |
| download | homebrew-1b5c169a5b6dccdfb7b8401dc34a565466d84541.tar.bz2 | |
python: typo
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index b4c135352..1611060d7 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -35,7 +35,7 @@ class Python < Formula def patches p = [] p << 'https://gist.github.com/paxswill/5402840/raw/75646d5860685c8be98858288d1772f64d6d5193/pythondtrace-patch.diff' if build.with? 'dtrace' - # Patch to disable the search for Tk.frameworked, since homebrew's Tk is + # Patch to disable the search for Tk.framework, since Homebrew's Tk is # a plain unix build. Remove `-lX11`, too because our Tk is "AquaTk". p << DATA if build.with? 'brewed-tk' p |
