| Index: services/service_manager/public/cpp/service.h
|
| diff --git a/services/service_manager/public/cpp/service.h b/services/service_manager/public/cpp/service.h
|
| index 08ae594d67d9991d79e5d881ae5cb312d060ff16..250b8abdfb4d7e20c51cf69c2b12555d173ed4e0 100644
|
| --- a/services/service_manager/public/cpp/service.h
|
| +++ b/services/service_manager/public/cpp/service.h
|
| @@ -52,7 +52,7 @@ class Service {
|
| // may be reaped shortly afterward if applicable.
|
| //
|
| // Return true from this method to tell the ServiceContext to signal its
|
| - // shutdown extenrally (i.e. to invoke it's "connection lost" closure if set),
|
| + // shutdown externally (i.e. to invoke its "connection lost" closure if set),
|
| // or return false to defer the signal. If deferred, the Service should
|
| // explicitly call QuitNow() on the ServiceContext when it's ready to be
|
| // torn down.
|
|
|