diff options
Diffstat (limited to 'Library/Formula/nmap.rb')
| -rw-r--r-- | Library/Formula/nmap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb index be05b1eed..9e6155a1f 100644 --- a/Library/Formula/nmap.rb +++ b/Library/Formula/nmap.rb @@ -22,7 +22,7 @@ class Nmap < Formula end system "./configure", *args - system "make" # seperate steps required otherwise the build fails + system "make" # separate steps required otherwise the build fails system "make install" end end |
