diff options
| author | Brett Koonce | 2012-01-04 00:14:52 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-01-06 09:47:42 -0600 |
| commit | 2ae98734b21c6898dcda1c470baea0c689fd2545 (patch) | |
| tree | c8dffcb838394434709b0081fff14530235a64e8 /Library | |
| parent | ccdcbfdb43ee192c7aedeb8c6234b1a9d12f8bb1 (diff) | |
| download | homebrew-2ae98734b21c6898dcda1c470baea0c689fd2545.tar.bz2 | |
Fix spelling mistake
Closes #9412.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/glib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 499cbb328..409e96193 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -74,7 +74,7 @@ class Glib < Formula system "ed - config.h < config.h.ed" system "make" - # Supress a folder already exists warning during install + # Suppress a folder already exists warning during install # Also needed for running tests ENV.j1 system "make test" if build_tests? |
