| Index: google_apis/gcm/engine/mcs_client.h
|
| diff --git a/google_apis/gcm/engine/mcs_client.h b/google_apis/gcm/engine/mcs_client.h
|
| index cd99cad99c1175d38f12b6e5dc1648b2526ca392..c9b472cb43db587700c69099d26a32cc06eed1f7 100644
|
| --- a/google_apis/gcm/engine/mcs_client.h
|
| +++ b/google_apis/gcm/engine/mcs_client.h
|
| @@ -64,7 +64,7 @@ class GCM_EXPORT MCSClient {
|
| // Any change made to this enum should have corresponding change in the
|
| // GetMessageSendStatusString(...) function in mcs_client.cc.
|
| enum MessageSendStatus {
|
| - // Message was queued succcessfully.
|
| + // Message was queued successfully.
|
| QUEUED,
|
| // Message was sent to the server and the ACK was received.
|
| SENT,
|
|
|