aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/grass.rb
diff options
context:
space:
mode:
authorBrett Koonce2012-01-04 00:05:05 -0600
committerJack Nagel2012-01-06 09:43:54 -0600
commit6e2d550cf4961129a790bfb0973f8e88704f439d (patch)
tree9b96153922627807f2415492f6e6fe53cb60d130 /Library/Formula/grass.rb
parent9a96d3697619aba476e0e07ab9263789c2283be9 (diff)
downloadhomebrew-6e2d550cf4961129a790bfb0973f8e88704f439d.tar.bz2
Fix spelling mistakes
Closes #9449. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/grass.rb')
-rw-r--r--Library/Formula/grass.rb2
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