From de1e1fdf0acd8b1efca14ec2609325d2097fb969 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Mon, 17 Jul 2023 10:33:48 -0400 Subject: [PATCH] Corrects an uncaught spelling error I guess someone did mot see it. --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 273d240e0e..18bdd2d341 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -334,7 +334,7 @@ end class TapCoreRemoteMismatchError < TapRemoteMismatchError def message <<~EOS - Tap #{name} remote does mot match HOMEBREW_CORE_GIT_REMOTE. + Tap #{name} remote does not match HOMEBREW_CORE_GIT_REMOTE. #{expected_remote} != #{actual_remote} Please set HOMEBREW_CORE_GIT_REMOTE="#{actual_remote}" and run `brew update` instead. EOS