diff options
| author | Brett Koonce | 2012-01-04 00:05:05 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-01-06 09:43:54 -0600 |
| commit | 6e2d550cf4961129a790bfb0973f8e88704f439d (patch) | |
| tree | 9b96153922627807f2415492f6e6fe53cb60d130 /Library/Formula/portmidi.rb | |
| parent | 9a96d3697619aba476e0e07ab9263789c2283be9 (diff) | |
| download | homebrew-6e2d550cf4961129a790bfb0973f8e88704f439d.tar.bz2 | |
Fix spelling mistakes
Closes #9449.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/portmidi.rb')
| -rw-r--r-- | Library/Formula/portmidi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/portmidi.rb b/Library/Formula/portmidi.rb index ab8a8b4e9..4ce9764af 100644 --- a/Library/Formula/portmidi.rb +++ b/Library/Formula/portmidi.rb @@ -16,7 +16,7 @@ class Portmidi < Formula def install # PATCH for Snow Leopard, see https://github.com/halfbyte/portmidi - # hopefully not needed anymymore in the next version of portmidi + # hopefully not needed anymore in the next version of portmidi architectures = archs_for_command('/bin/sh').join(' ') inreplace 'CMakeLists.txt', 'CMAKE_OSX_ARCHITECTURES i386 ppc CACHE STRING "do not build for 64-bit"', |
