This commit is contained in:
Hugh Nimmo-Smith 2023-02-13 17:40:50 +00:00 committed by GitHub
parent 3a40223bf7
commit f43c9bf4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class Rendezvous(
// and, that the transport is supported
if (!RendezvousTransportType.values().map { it.value }.contains(genericParsed.rendezvous.transport.type)) {
throw RendezvousError("Unsupported trnsport", RendezvousFailureReason.UnsupportedTransport)
throw RendezvousError("Unsupported transport", RendezvousFailureReason.UnsupportedTransport)
}
// now that we know the overall structure looks sensible, we rely on moshi validating the code and