aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 809036484..076252704 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -145,7 +145,7 @@ class Python < Formula
Setuptools.new.brew { system py.binary, *setup_args }
Pip.new.brew { system py.binary, *setup_args }
- # And now we write the distuitsl.cfg
+ # And now we write the distutils.cfg
cfg = prefix/"Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/distutils.cfg"
cfg.delete if cfg.exist?
cfg.write <<-EOF.undent