diff options
Diffstat (limited to 'Library/Formula/grass.rb')
| -rw-r--r-- | Library/Formula/grass.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/grass.rb b/Library/Formula/grass.rb index 82f0cc213..e0264461d 100644 --- a/Library/Formula/grass.rb +++ b/Library/Formula/grass.rb @@ -97,7 +97,7 @@ class Grass < Formula end system "./configure", "--prefix=#{prefix}", *args - system "make" # make and make install must be seperate steps. + system "make" # make and make install must be separate steps. system "make install" end |
