aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2016-11-03 09:00:20 -0400
committerGitHub2016-11-03 09:00:20 -0400
commit09f438aeccab6b0aba40b14763b9ba7be7917836 (patch)
treed65126a3bd41f88442bd337d88a453bfbeec854c /Library/Homebrew/cmd
parent018669084eb7c6f9e3a8554aa83bfbeb40861080 (diff)
parent0e15ffff627c17b6c83e7424c0f1357e99902802 (diff)
downloadbrew-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.rb2
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"