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. |