| Index: net/socket/ssl_client_socket.h
|
| diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h
|
| index e040e386a40c6190df0397f7284c4469d9efb330..3bbe08c888b1ce1aa971d675673feac1c6e44c02 100644
|
| --- a/net/socket/ssl_client_socket.h
|
| +++ b/net/socket/ssl_client_socket.h
|
| @@ -68,7 +68,7 @@ class NET_EXPORT SSLClientSocket : public SSLSocket {
|
| // an agreement about the application level protocol to speak over a
|
| // connection.
|
| enum NextProtoStatus {
|
| - // WARNING: These values are serialised to disk. Don't change them.
|
| + // WARNING: These values are serialized to disk. Don't change them.
|
|
|
| kNextProtoUnsupported = 0, // The server doesn't support NPN.
|
| kNextProtoNegotiated = 1, // We agreed on a protocol.
|
|
|