From 67e4e78f227873c8c4e49f37de1c8c9e58a3ee83 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Wed, 18 Nov 2020 11:54:38 -0500 Subject: [PATCH] fix typo in audit tests Co-authored-by: Mike McQuaid Co-authored-by: Markus Reiter --- Library/Homebrew/test/dev-cmd/audit_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/dev-cmd/audit_spec.rb b/Library/Homebrew/test/dev-cmd/audit_spec.rb index 026210603b..9e07867643 100644 --- a/Library/Homebrew/test/dev-cmd/audit_spec.rb +++ b/Library/Homebrew/test/dev-cmd/audit_spec.rb @@ -423,7 +423,7 @@ module Homebrew .to eq 'Formula license ["0BSD"] does not match GitHub license ["GPL-3.0"].' end - it "allows a formula-specified license that differes from its GitHub "\ + it "allows a formula-specified license that differs from its GitHub "\ "repository for formulae on the mismatched license allowlist" do formula_text = <<~RUBY class Cask < Formula