From 1b5c169a5b6dccdfb7b8401dc34a565466d84541 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 4 Aug 2013 22:06:54 -0700 Subject: [PATCH] python: typo --- Library/Formula/python.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index b4c1353526fd..1611060d7a58 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