| Index: third_party/WebKit/public/web/WebSharedWorkerConnector.h
|
| diff --git a/third_party/WebKit/public/web/WebSharedWorkerConnector.h b/third_party/WebKit/public/web/WebSharedWorkerConnector.h
|
| index c922c7b0811b485d3264a69f5afadfcdfe0e295d..2f889ce9a401a489a26bba34790ab329ce11c671 100644
|
| --- a/third_party/WebKit/public/web/WebSharedWorkerConnector.h
|
| +++ b/third_party/WebKit/public/web/WebSharedWorkerConnector.h
|
| @@ -37,7 +37,7 @@ namespace blink {
|
|
|
| class WebMessagePortChannel;
|
|
|
| -// This is the interface to conncect to SharedWorker.
|
| +// This is the interface to connect to SharedWorker.
|
| // Since SharedWorkers communicate entirely through MessagePorts this interface
|
| // only contains APIs for starting up a SharedWorker.
|
| class WebSharedWorkerConnector {
|
|
|