Skip to content
Snippets Groups Projects
Unverified Commit 84aff598 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix typo in SignatureVerification (#19209)

Fix regression from #15605
parent 1cc32dd5
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ module SignatureVerification
fail_with! e.message
rescue HTTP::Error, OpenSSL::SSL::SSLError => e
fail_with! "Failed to fetch remote data: #{e.message}"
rescue Mastodon::UnexptectedResponseError
rescue Mastodon::UnexpectedResponseError
fail_with! 'Failed to fetch remote data (got unexpected reply from server)'
rescue Stoplight::Error::RedLight
fail_with! 'Fetching attempt skipped because of recent connection failure'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment