aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/suite-sparse.rb
diff options
context:
space:
mode:
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'