diff options
| author | Christian Moritz | 2014-01-07 12:53:09 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-07 12:10:11 +0000 |
| commit | 3651c0cb58b8808274a2c882d4cf23cd5057f077 (patch) | |
| tree | bc1c03f9a6c9012dabb8396648cbdf134243ded9 /Library | |
| parent | 44d23c8d40f7e6ae150d0079c2d0bc059fb29689 (diff) | |
| download | brew-3651c0cb58b8808274a2c882d4cf23cd5057f077.tar.bz2 | |
create: fix typos
Closes Homebrew/homebrew#25709.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/create.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb index 7c780367b..8d767ceaa 100644 --- a/Library/Homebrew/cmd/create.rb +++ b/Library/Homebrew/cmd/create.rb @@ -161,8 +161,8 @@ class FormulaCreator test do # `test do` will create, run in and delete a temporary directory. # - # This test will fail and we won"t accept that! It"s enough to just replace - # "false" with the main program this formula installs, but it"d be nice if you + # This test will fail and we won't accept that! It's enough to just replace + # "false" with the main program this formula installs, but it'd be nice if you # were more thorough. Run the test with `brew test #{name}`. # # The installed folder is not in the path, so use the entire path to any |
