diff --git a/Library/Homebrew/test/cask/cli/--version_spec.rb b/Library/Homebrew/test/cask/cli/--version_spec.rb
index 2e5737c9fdd7f45757c44fd1a608cb78d5c15aad..e7fcab65c1283c01b1b887352df370c9d816602c 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