diff options
| author | Mike McQuaid | 2016-11-03 09:00:20 -0400 |
|---|---|---|
| committer | GitHub | 2016-11-03 09:00:20 -0400 |
| commit | 09f438aeccab6b0aba40b14763b9ba7be7917836 (patch) | |
| tree | d65126a3bd41f88442bd337d88a453bfbeec854c /Library/Homebrew/dev-cmd | |
| parent | 018669084eb7c6f9e3a8554aa83bfbeb40861080 (diff) | |
| parent | 0e15ffff627c17b6c83e7424c0f1357e99902802 (diff) | |
| download | brew-09f438aeccab6b0aba40b14763b9ba7be7917836.tar.bz2 | |
Merge pull request #1429 from mandarg/fix-few-typos
Correct a few typos
Diffstat (limited to 'Library/Homebrew/dev-cmd')
| -rw-r--r-- | Library/Homebrew/dev-cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index 96b9870c6..3c1901763 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -11,7 +11,7 @@ #: connection are run. #: #: 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 |
