From 5e693a7ed13e80be5b06ff665f2a91aa1f7138b1 Mon Sep 17 00:00:00 2001 From: Aaron Surty Date: Wed, 8 Dec 2021 12:05:33 -0500 Subject: [PATCH] Spelling (#378) r/two many/too many --- relay/circuit-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/circuit-v2.md b/relay/circuit-v2.md index 4beaadc..6ff8159 100644 --- a/relay/circuit-v2.md +++ b/relay/circuit-v2.md @@ -289,7 +289,7 @@ If the relayed connection cannot be established, then the relay responds with a Common failure status codes are: - `PERMISSION_DENIED` if the connection is rejected because of peer filtering using ACLs. - `NO_RESERVATION` if there is no active reservation for the target peer -- `RESOURCE_LIMIT_EXCEEDED` if there are two many relayed connections from the initiator or to the target peer. +- `RESOURCE_LIMIT_EXCEEDED` if there are too many relayed connections from the initiator or to the target peer. - `CONNECTION_FAILED` if the relay failed to terminate the connection to the target peer. ***Note: implementations _should not_ accept connection initiations over already relayed connections***