From 89582c2d0e5d8b20cbbcd60913eb03a39ea2a211 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 17 Jul 2018 12:52:36 +0200 Subject: [PATCH] Fix typo. --- Library/Homebrew/test/PATH_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/PATH_spec.rb b/Library/Homebrew/test/PATH_spec.rb index b6f884d665..db5df9b44f 100644 --- a/Library/Homebrew/test/PATH_spec.rb +++ b/Library/Homebrew/test/PATH_spec.rb @@ -69,7 +69,7 @@ describe PATH do end describe "#==" do - it "always returns false when comparing against something which does not respons to `#to_ary` or `#to_str`" do + it "always returns false when comparing against something which does not respond to `#to_ary` or `#to_str`" do expect(described_class.new).not_to eq Object.new end end