From d5f25b26fa530d70ce7fe02eb697f9b4a09148ac Mon Sep 17 00:00:00 2001 From: Matthew Nicholas Bradley Date: Sun, 13 Oct 2013 15:21:35 +0100 Subject: [PATCH] Fix typo for HTTP 207 --- codes/2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codes/2.json b/codes/2.json index 2020a9f..59ba4a1 100644 --- a/codes/2.json +++ b/codes/2.json @@ -154,7 +154,7 @@ "207":{ "code":"207", "title":"Multi-Status (WebDAV) (RFC 4918)", - "summary":"XMLl, can contain multiple separate responses", + "summary":"XML, can contain multiple separate responses", "descriptions":{ "wikipedia":{ "body":"The message body that follows is an XML message and can contain a number of separate response codes, depending on how many sub-requests were made.", @@ -197,4 +197,4 @@ } } } -} \ No newline at end of file +}