Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: google_apis/gcm/engine/mcs_client.h

Issue 2715593003: [spelling] succcess to success (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « google_apis/drive/drive_api_requests.h ('k') | media/gpu/dxva_video_decode_accelerator_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « google_apis/drive/drive_api_requests.h ('k') | media/gpu/dxva_video_decode_accelerator_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698