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/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/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/unpack.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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. require "stringio" |
