Address minor typos in response descriptions

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2015-01-02 11:39:13 -08:00
parent a882355dcd
commit 9c14404630
2 changed files with 4 additions and 4 deletions

View file

@ -550,7 +550,7 @@ var routeDescriptors = []RouteDescriptor{
Failures: []ResponseDescriptor{
{
Name: "Invalid Manifest",
Description: "The recieved manifest was invalid in some way, as described by the error codes. The client should resolve the issue and retry the request.",
Description: "The received manifest was invalid in some way, as described by the error codes. The client should resolve the issue and retry the request.",
StatusCode: http.StatusBadRequest,
Body: BodyDescriptor{
ContentType: "application/json; charset=utf-8",
@ -890,7 +890,7 @@ var routeDescriptors = []RouteDescriptor{
},
Successes: []ResponseDescriptor{
{
Description: "The blob has been created in the registry and is available the provided location.",
Description: "The blob has been created in the registry and is available at the provided location.",
StatusCode: http.StatusCreated,
Headers: []ParameterDescriptor{
{