aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libwebsockets.rb2
-rw-r--r--Library/Formula/objective-caml.rb2
2 files changed, 2 insertions, 2 deletions
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