diff options
| author | Jack Nagel | 2014-06-04 15:59:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-04 16:02:39 -0500 |
| commit | e769a69ce6d7762621eedc7c8e824cb8435cd9c7 (patch) | |
| tree | 01af132e759fd5358af26e3b5968846765874cdc | |
| parent | 68be483c928426632fab1af530f27b6365dcf7f0 (diff) | |
| download | homebrew-e769a69ce6d7762621eedc7c8e824cb8435cd9c7.tar.bz2 | |
Remove stray unicode
| -rw-r--r-- | Library/Contributions/example-formula.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/libwebsockets.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/objective-caml.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index c2cb13005..6f3c9e5b1 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -271,7 +271,7 @@ class ExampleFormula < Formula args << "--universal-binary" if build.universal? # The `build.with?` and `build.without?` are smart enough to do the - # right thing™ with respect to defaults defined via `:optional` and + # right thing with respect to defaults defined via `:optional` and # `:recommended` dependencies. # If you need to give the path to lib/include of another brewed formula diff --git a/Library/Formula/libwebsockets.rb b/Library/Formula/libwebsockets.rb index 9c3fbb24a..46639d5c6 100644 --- a/Library/Formula/libwebsockets.rb +++ b/Library/Formula/libwebsockets.rb @@ -13,7 +13,7 @@ class Libwebsockets < Formula system "cmake", ".", *std_cmake_args system "make" - # The `make install` target doesn’t work (FFS) so here’s what I think + # The `make install` target doesn't work so here's what I think # should be installed: lib.install 'lib/libwebsockets.dylib' (lib+'pkgconfig').install 'libwebsockets.pc' diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index 13ddfe850..808f7a940 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -19,7 +19,7 @@ class ObjectiveCaml < Formula end # recent versions of clang fail with a hard error if -fno-defer-pop - # is specified, and older versions warn. This patch fixes the OCaml + # is specified, and older versions warn. This patch fixes the OCaml # configure script to not pass this option on recent MacOS versions. # See http://caml.inria.fr/mantis/view.php?id=6346 for upstream bug. patch :DATA |
