diff options
| author | Adam Vandenberg | 2014-03-06 21:49:18 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-03-06 21:49:18 -0800 | 
| commit | 64d48193ab40cb48914f972b549de3c391a4c27b (patch) | |
| tree | 82eb93e06f258888dc205dc518bd4668a359eeb5 | |
| parent | 3698755ccdb098d54bb2003ef9a3d3ce8cac8ba4 (diff) | |
| download | homebrew-64d48193ab40cb48914f972b549de3c391a4c27b.tar.bz2 | |
swfmill: fix typo in comment
| -rw-r--r-- | Library/Formula/swfmill.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/swfmill.rb b/Library/Formula/swfmill.rb index 92b63d30f..e638becd3 100644 --- a/Library/Formula/swfmill.rb +++ b/Library/Formula/swfmill.rb @@ -10,7 +10,7 @@ class Swfmill < Formula    depends_on :libpng    def install -    # Use inreplace isntead of a patch due to newlines +    # Use inreplace instead of a patch due to newlines      # Reported usptream:      # https://github.com/djcsdy/swfmill/issues/32      inreplace "src/swft/swft_import_ttf.cpp",  | 
