| Index: components/policy/core/common/cloud/cloud_policy_client.cc
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_client.cc b/components/policy/core/common/cloud/cloud_policy_client.cc
|
| index fb71179c6daf052e5bfdf23918c5eed031213a01..322ac7916bc8809ee538f625146096e2c5b9a352 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_client.cc
|
| +++ b/components/policy/core/common/cloud/cloud_policy_client.cc
|
| @@ -658,7 +658,7 @@ void CloudPolicyClient::OnDeviceAttributeUpdatePermissionCompleted(
|
| int net_error,
|
| const em::DeviceManagementResponse& response) {
|
| // TODO(pbond): remove this LOG once http://crbug.com/586961 is fixed.
|
| - LOG(WARNING) << "Recieve DeviceAttributeUpdatePermissionResponse status="
|
| + LOG(WARNING) << "Receive DeviceAttributeUpdatePermissionResponse status="
|
| << status << " net_error=" << net_error;
|
| bool success = false;
|
|
|
|
|