| Index: content/common/service_worker/service_worker_messages.h
|
| diff --git a/content/common/service_worker/service_worker_messages.h b/content/common/service_worker/service_worker_messages.h
|
| index bef6a6d562bdaf344dd4f3ddc0de5d380f43ac57..1362f0952c58bab981f37ac96ede5b0e1463d898 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -123,7 +123,7 @@ IPC_MESSAGE_CONTROL1(ServiceWorkerHostMsg_DecrementRegistrationRefCount,
|
|
|
| // Informs the browser that |provider_id| is associated
|
| // with a service worker script running context and
|
| -// |version_id| identifies which ServcieWorkerVersion.
|
| +// |version_id| identifies which ServiceWorkerVersion.
|
| IPC_MESSAGE_CONTROL2(ServiceWorkerHostMsg_SetVersionId,
|
| int /* provider_id */,
|
| int64 /* version_id */)
|
|
|