From 1e07b77f49e6893eccdcb9096acd445aa0351f36 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sun, 15 Nov 2020 13:42:01 +0900 Subject: [PATCH] bintray: fix typo in it comment non-existant -> non-existent --- Library/Homebrew/test/bintray_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/bintray_spec.rb b/Library/Homebrew/test/bintray_spec.rb index 8e17b2d9f3..be7f3f47ba 100644 --- a/Library/Homebrew/test/bintray_spec.rb +++ b/Library/Homebrew/test/bintray_spec.rb @@ -17,7 +17,7 @@ describe Bintray, :needs_network do expect(hash).to eq("449de5ea35d0e9431f367f1bb34392e450f6853cdccdc6bd04e6ad6471904ddb") end - it "fails on a non-existant file" do + it "fails on a non-existent file" do hash = bintray.remote_checksum(repo: "bottles", remote_file: "my-fake-bottle-1.0.snow_hyena.tar.gz") expect(hash).to be nil end