From 0e15ffff627c17b6c83e7424c0f1357e99902802 Mon Sep 17 00:00:00 2001
From: Mandar Gokhale
Date: Thu, 3 Nov 2016 02:51:22 +0000
Subject: Correct a few typos
...and update man pages where applicable
---
Library/Homebrew/cask/lib/hbc/utils.rb | 2 +-
Library/Homebrew/cmd/unpack.rb | 2 +-
Library/Homebrew/dev-cmd/audit.rb | 2 +-
Library/Homebrew/download_strategy.rb | 2 +-
Library/Homebrew/formula.rb | 2 +-
Library/Homebrew/migrator.rb | 4 ++--
docs/brew.1.html | 4 ++--
manpages/brew-cask.1 | 2 +-
manpages/brew.1 | 6 +++---
9 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/Library/Homebrew/cask/lib/hbc/utils.rb b/Library/Homebrew/cask/lib/hbc/utils.rb
index 116cb2095..b442efd2f 100644
--- a/Library/Homebrew/cask/lib/hbc/utils.rb
+++ b/Library/Homebrew/cask/lib/hbc/utils.rb
@@ -117,7 +117,7 @@ module Hbc
def self.error_message_with_suggestions
<<-EOS.undent
- Follow the instuctions here:
+ Follow the instructions here:
#{Formatter.url(PREBUG_URL)}
If this doesn’t fix the problem, please report this bug:
diff --git a/Library/Homebrew/cmd/unpack.rb b/Library/Homebrew/cmd/unpack.rb
index 6f4caea18..4e6584e70 100644
--- a/Library/Homebrew/cmd/unpack.rb
+++ b/Library/Homebrew/cmd/unpack.rb
@@ -6,7 +6,7 @@
#: If `--patch` is passed, patches for <path> instead.
If --patch is passed, patches for formulae will be applied to the
unpacked source.
If --git is passed, a Git repository will be initalized in the unpacked
+
If --git is passed, a Git repository will be initialized in the unpacked
source. This is useful for creating patches for the software.
unpin formulaeUnpin formulae, allowing them to be upgraded by brew upgrade. See also
pin.
If --new-formula is passed, various additional checks are run that check
-if a new formula is eligable for Homebrew. This should be used when creating
+if a new formula is eligible for Homebrew. This should be used when creating
new formulae and implies --strict and --online.
If --display-cop-names is passed, the RuboCop cop name for each violation
diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1
index 0b0776595..a14c7521a 100644
--- a/manpages/brew-cask.1
+++ b/manpages/brew-cask.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "BREW\-CASK" "1" "October 2016" "Homebrew" "brew-cask"
+.TH "BREW\-CASK" "1" "November 2016" "Homebrew" "brew-cask"
.
.SH "NAME"
\fBbrew\-cask\fR \- a friendly binary installer for macOS
diff --git a/manpages/brew.1 b/manpages/brew.1
index 1205c888f..fb528c0f4 100644
--- a/manpages/brew.1
+++ b/manpages/brew.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "BREW" "1" "October 2016" "Homebrew" "brew"
+.TH "BREW" "1" "November 2016" "Homebrew" "brew"
.
.SH "NAME"
\fBbrew\fR \- The missing package manager for macOS
@@ -518,7 +518,7 @@ Unpack the source files for \fIformulae\fR into subdirectories of the current wo
If \fB\-\-patch\fR is passed, patches for \fIformulae\fR will be applied to the unpacked source\.
.
.IP
-If \fB\-\-git\fR is passed, a Git repository will be initalized in the unpacked source\. This is useful for creating patches for the software\.
+If \fB\-\-git\fR is passed, a Git repository will be initialized in the unpacked source\. This is useful for creating patches for the software\.
.
.TP
\fBunpin\fR \fIformulae\fR
@@ -626,7 +626,7 @@ If \fB\-\-strict\fR is passed, additional checks are run, including RuboCop styl
If \fB\-\-online\fR is passed, additional slower checks that require a network connection are run\.
.
.IP
-If \fB\-\-new\-formula\fR is passed, various additional checks are run that check if a new formula is eligable for Homebrew\. This should be used when creating new formulae and implies \fB\-\-strict\fR and \fB\-\-online\fR\.
+If \fB\-\-new\-formula\fR is passed, various additional checks are run that check if a new formula is eligible for Homebrew\. This should be used when creating new formulae and implies \fB\-\-strict\fR and \fB\-\-online\fR\.
.
.IP
If \fB\-\-display\-cop\-names\fR is passed, the RuboCop cop name for each violation is included in the output\.
--
cgit v1.2.3