| Index: google_apis/drive/drive_api_requests.h
|
| diff --git a/google_apis/drive/drive_api_requests.h b/google_apis/drive/drive_api_requests.h
|
| index f880fcf934d94d69f75c60fce8031b2126205598..1a2945bbdc24471403e0cb7736533d0561455685 100644
|
| --- a/google_apis/drive/drive_api_requests.h
|
| +++ b/google_apis/drive/drive_api_requests.h
|
| @@ -82,7 +82,7 @@ struct MultipartHttpResponse {
|
|
|
| // Splits multipart |response| into |parts|. Each part must be HTTP sub-response
|
| // of drive batch request. |content_type| is a value of Content-Type response
|
| -// header. Returns true on succcess.
|
| +// header. Returns true on success.
|
| bool ParseMultipartResponse(const std::string& content_type,
|
| const std::string& response,
|
| std::vector<MultipartHttpResponse>* parts);
|
|
|