From 49416d10b7c5c462ace7e2db31eae072e7ba0a8c Mon Sep 17 00:00:00 2001
From: Markus Reiter <me@reitermark.us>
Date: Sat, 11 Mar 2017 12:00:35 +0100
Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9CHombrew=E2=80=9D=20typo.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Library/Homebrew/test/cask/cli/--version_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Library/Homebrew/test/cask/cli/--version_spec.rb b/Library/Homebrew/test/cask/cli/--version_spec.rb
index 2e5737c9fd..e7fcab65c1 100644
--- a/Library/Homebrew/test/cask/cli/--version_spec.rb
+++ b/Library/Homebrew/test/cask/cli/--version_spec.rb
@@ -1,6 +1,6 @@
 describe Hbc::CLI::Version, :cask do
   describe "::run" do
-    it "outputs the current Hombrew-Cask version" do
+    it "outputs the current Homebrew-Cask version" do
       expect { described_class.run }
         .to output(/\AHomebrew-Cask.*\d+\.\d+\.\d+/).to_stdout
         .and not_to_output.to_stderr
-- 
GitLab