aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-28 11:21:54 -0800
committerAdam Vandenberg2013-11-28 11:21:54 -0800
commit874578200876975f8c01acd24fca6542df81b361 (patch)
treeb2234db701e3d21c252ccdf47738a10aa3383838 /Library
parenteece7d56882ac5e1d74fae5b648b15a879db0a68 (diff)
downloadhomebrew-874578200876975f8c01acd24fca6542df81b361.tar.bz2
typo
Diffstat (limited to 'Library')
-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'