diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn index 6c06fd9020..072c5a1a2c 100644 --- a/doc/design/external_special_remote_protocol.mdwn +++ b/doc/design/external_special_remote_protocol.mdwn @@ -134,7 +134,7 @@ replying with `UNSUPPORTED-REQUEST` is acceptable. (without downloading it). If the url is not accessible, send `CHECKURL-FAILURE`. If the url is accessible and the size is known, send the size in `CHECKURL-SIZE`. If the url is accessible, but the size - is unknown, send `CHECKURL-SIZEUNOWN`. + is unknown, send `CHECKURL-SIZEUNKOWN`. More optional requests may be added, without changing the protocol version, so if an unknown request is seen, reply with `UNSUPPORTED-REQUEST`.