From f2568ac637fd1df5e302a801e5059eeed3ceaa5d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 28 Nov 2013 11:21:54 -0800 Subject: [PATCH] typo --- Library/Homebrew/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 97dd708afe..7327c41dfd 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'