summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-08 19:27:35 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-08 19:27:35 -0400
commit8687a25e317aab13999610400b67cbad483c4553 (patch)
tree678a887deee486987460b37457bee827dfc281f6
parent14cf34385e0db8d5fcb9e83f7d44dadb1d822dbc (diff)
typo
-rw-r--r--doc/design/external_special_remote_protocol.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index 6c06fd902..072c5a1a2 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`.