| Index: chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper.h
|
| diff --git a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper.h b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper.h
|
| index eedec2f3f258ca8c4170051165726440311d4d14..070901b4a28f9c23e6726d3fd16afc060908d189 100644
|
| --- a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper.h
|
| +++ b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper.h
|
| @@ -88,7 +88,7 @@ class EnterpriseEnrollmentHelper {
|
| // auth code to authentication token, then tries to enroll the device with the
|
| // received token.
|
| // If |fetch_additional_token| is true, the helper fetches an additional token
|
| - // and passes it to the |status_consumer| on successfull enrollment.
|
| + // and passes it to the |status_consumer| on successful enrollment.
|
| // EnrollUsingAuthCode can be called only once during this object's lifetime,
|
| // and only if neither of EnrollUsing* methods was called before.
|
| virtual void EnrollUsingAuthCode(const std::string& auth_code,
|
|
|