aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-28 11:21:54 -0800
committerAdam Vandenberg2013-11-28 11:21:54 -0800
commitf2568ac637fd1df5e302a801e5059eeed3ceaa5d (patch)
treefca37e8b5f940aff5b9c6268a683ad670248ec25 /Library/Homebrew/utils.rb
parent0581532fdc68fc5b624cfa32b49c21552c90b4c2 (diff)
downloadbrew-f2568ac637fd1df5e302a801e5059eeed3ceaa5d.tar.bz2
typo
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index 97dd708af..7327c41df 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -178,7 +178,7 @@ def which_editor
# Find Textmate
return 'mate' if which "mate"
- # Find # BBEdit / TextWrangler
+ # Find BBEdit / TextWrangler
return 'edit' if which "edit"
# Default to vim
return '/usr/bin/vim'