diff options
| author | Adam Vandenberg | 2013-02-03 11:32:34 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-03 11:32:34 -0800 |
| commit | 82ecc01ac0944e1c9071352b2ef2f3b4fcb36d6c (patch) | |
| tree | 6b5539a8fcc64a02efbbc506d3bec633a6c3c452 /Library/Homebrew/macos | |
| parent | f9670f5dda363b6b2290f4d0cfb44a7badf3f259 (diff) | |
| download | brew-82ecc01ac0944e1c9071352b2ef2f3b4fcb36d6c.tar.bz2 | |
Fix typo in XQuartz comment
Diffstat (limited to 'Library/Homebrew/macos')
| -rw-r--r-- | Library/Homebrew/macos/xquartz.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/macos/xquartz.rb b/Library/Homebrew/macos/xquartz.rb index 77b75f358..4d40e423c 100644 --- a/Library/Homebrew/macos/xquartz.rb +++ b/Library/Homebrew/macos/xquartz.rb @@ -40,7 +40,7 @@ module MacOS::XQuartz extend self end # This should really be private, but for compatibility reasons it must - # remain public. New code should use MacOS::XQuartz.{bin,lib,include} + # remain public. New code should use MacOS::X11.{bin,lib,include} # instead, as that accounts for Xcode-only systems. def prefix @prefix ||= if Pathname.new('/opt/X11/lib/libpng.dylib').exist? |
