Address minor typos in response descriptions

Signed-off-by: Stephen J Day <stephen.day@docker.com>
pull/20/head
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{
{

View File

@ -1151,7 +1151,7 @@ Content-Type: application/json; charset=utf-8
}
```
The recieved manifest was invalid in some way, as described by the error codes. The client should resolve the issue and retry the request.
The received manifest was invalid in some way, as described by the error codes. The client should resolve the issue and retry the request.
@ -1789,7 +1789,7 @@ Location: <blob location>
Content-Length: 0
```
The blob has been created in the registry and is available the provided location.
The blob has been created in the registry and is available at the provided location.
The following headers will be returned with the response: