aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/example-formula.rb2
-rw-r--r--Library/Formula/libwebsockets.rb2
-rw-r--r--Library/Formula/objective-caml.rb2
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