| Index: content/browser/service_worker/service_worker_registration.h
|
| diff --git a/content/browser/service_worker/service_worker_registration.h b/content/browser/service_worker/service_worker_registration.h
|
| index a8b0fa735a1db61b0e19935dc2d0557737199c6b..3dfec12b9e0e1f35c72ae9ffc5b43a21bcda8e63 100644
|
| --- a/content/browser/service_worker/service_worker_registration.h
|
| +++ b/content/browser/service_worker/service_worker_registration.h
|
| @@ -24,7 +24,7 @@ class ServiceWorkerVersion;
|
| // scope and script url are constant for the life of the persistent
|
| // registration. It's refcounted to facillitate multiple controllees
|
| // being associated with the same registration. The class roughly
|
| -// corresponds to navigator.serviceWorker.registgration.
|
| +// corresponds to navigator.serviceWorker.registration.
|
| class CONTENT_EXPORT ServiceWorkerRegistration
|
| : NON_EXPORTED_BASE(public base::RefCounted<ServiceWorkerRegistration>) {
|
| public:
|
|
|