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

Unified Diff: sandbox/win/src/sharedmem_ipc_client.h

Issue 769153004: Fix some minor typos: abandonned -> abandoned (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « content/renderer/render_frame_impl.h ('k') | sandbox/win/src/sharedmem_ipc_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/sharedmem_ipc_client.h
diff --git a/sandbox/win/src/sharedmem_ipc_client.h b/sandbox/win/src/sharedmem_ipc_client.h
index a0c5f2f78de53026b1dfb56c2e73fa1876f1fbb2..9eec74ac8523ced825032bbe3f0a2f55afef489c 100644
--- a/sandbox/win/src/sharedmem_ipc_client.h
+++ b/sandbox/win/src/sharedmem_ipc_client.h
@@ -62,7 +62,7 @@ enum ChannelState {
// not used right now
kReadyChannel,
// IPC abandoned by client side
- kAbandonnedChannel
+ kAbandonedChannel
};
// The next two constants control the time outs for the IPC.
« no previous file with comments | « content/renderer/render_frame_impl.h ('k') | sandbox/win/src/sharedmem_ipc_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698