aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/suite-sparse.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/suite-sparse.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/suite-sparse.rb')
-rw-r--r--Library/Formula/suite-sparse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/suite-sparse.rb b/Library/Formula/suite-sparse.rb
index 09df430be..bd868cb6b 100644
--- a/Library/Formula/suite-sparse.rb
+++ b/Library/Formula/suite-sparse.rb
@@ -14,7 +14,7 @@ class SuiteSparse < Formula
# So, SuiteSparse was written by a scientific researcher. This
# tends to result in makefile-based build systems that are completely
- # ignorant of the existance of things such as CPPFLAGS and LDFLAGS.
+ # ignorant of the existence of things such as CPPFLAGS and LDFLAGS.
# SuiteSparse Does The Right Thing™ when homebrew is in /usr/local
# but if it is not, we have to piggyback some stuff in on CFLAGS.
unless HOMEBREW_PREFIX.to_s == '/usr/local'