| Index: sandbox/win/src/app_container.h
|
| diff --git a/sandbox/win/src/app_container.h b/sandbox/win/src/app_container.h
|
| index 8125d706fb4addab8d9b43a5db37d723dd9cfaae..a08c01b00c5d30715bf48008221b9d72f655fd84 100644
|
| --- a/sandbox/win/src/app_container.h
|
| +++ b/sandbox/win/src/app_container.h
|
| @@ -56,7 +56,7 @@ class AppContainerAttributes {
|
| ResultCode CreateAppContainer(const base::string16& sid,
|
| const base::string16& name);
|
|
|
| -// Deletes an AppContainer previously created with a successfull call to
|
| +// Deletes an AppContainer previously created with a successful call to
|
| // CreateAppContainer.
|
| ResultCode DeleteAppContainer(const base::string16& sid);
|
|
|
|
|