Merge pull request #15687 from colindean/patch-1

Corrects an uncaught spelling error
This commit is contained in:
Mike McQuaid 2023-07-17 19:16:09 +01:00 committed by GitHub
commit 5040da54c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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