From 5252c35f342d213cb539b9690f79d9b8f2a9c338 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 5 Dec 2013 20:26:40 -0800 Subject: [PATCH] fix typo in this notice --- Library/Homebrew/download_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 22b0909d5f..e7e482e4bc 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -664,7 +664,7 @@ class MercurialDownloadStrategy < VCSDownloadStrategy def cache_tag; "hg" end def hgpath - # #{HOMEBREW_PREFIX}/share/python/hg is deprecated, but we levae it in for a while + # Note: #{HOMEBREW_PREFIX}/share/python/hg is deprecated @path ||= %W[ #{which("hg")} #{HOMEBREW_PREFIX}/bin/hg