diff options
| author | Mike McQuaid | 2013-07-17 18:24:28 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2013-07-18 09:56:54 -0700 |
| commit | 31caa279cb1a664c1922b25e361ee65f5eb622b9 (patch) | |
| tree | b7316b0dea587c81053b4df7d5492822457d8a37 /Library/Formula/libxml2.rb | |
| parent | 92c9c6cfbd567bfe8920da03da89f741fe0ff594 (diff) | |
| download | homebrew-31caa279cb1a664c1922b25e361ee65f5eb622b9.tar.bz2 | |
libxml2: fix caveats typo.
Diffstat (limited to 'Library/Formula/libxml2.rb')
| -rw-r--r-- | Library/Formula/libxml2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libxml2.rb b/Library/Formula/libxml2.rb index a3dd6b359..ff762f22e 100644 --- a/Library/Formula/libxml2.rb +++ b/Library/Formula/libxml2.rb @@ -78,7 +78,7 @@ class Libxml2 < Formula if build.with? 'python' system python, '-c', "import libxml2" else - puts "No tests beacuse build --wtihout-python." + puts "No tests because built --without-python." true end end |
