aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-05 12:48:35 -0800
committerAdam Vandenberg2012-02-05 12:48:35 -0800
commitd3dc08ca6334deaae3fdf0c0d03bb124e8371b34 (patch)
tree6509393c827bee3c44acc6e051a76d9f83935c26 /Library
parent1884d089bf58fbdcb22852aa95733c27e1abad64 (diff)
downloadhomebrew-d3dc08ca6334deaae3fdf0c0d03bb124e8371b34.tar.bz2
liblas: fix typo in option description
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/liblas.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/liblas.rb b/Library/Formula/liblas.rb
index 71726d36d..78cd480d4 100644
--- a/Library/Formula/liblas.rb
+++ b/Library/Formula/liblas.rb
@@ -11,7 +11,7 @@ class Liblas < Formula
depends_on 'boost'
def options
- [[ '--with-test', 'Verify the build duing install with make test' ]]
+ [['--with-test', 'Verify during install with `make test`.']]
end
def install