diff options
Diffstat (limited to 'Library/Formula')
| -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 |
