From 2f6150b48dd455443d2684ae57e8a32281bd7558 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 8 Dec 2014 19:27:35 -0400 Subject: [PATCH] typo --- doc/design/external_special_remote_protocol.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.