Index: components/policy/core/common/cloud/cloud_policy_constants.h |
diff --git a/components/policy/core/common/cloud/cloud_policy_constants.h b/components/policy/core/common/cloud/cloud_policy_constants.h |
index cc11fdcee9bdc2b59ae552a2ee5829e5672fe589..b960620bd5941a42906424208a3e394f82787809 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_constants.h |
+++ b/components/policy/core/common/cloud/cloud_policy_constants.h |
@@ -103,7 +103,7 @@ enum DeviceManagementStatus { |
DM_STATUS_SERVICE_DEPROVISIONED = 13, |
// Service error: Device registration for the wrong domain. |
DM_STATUS_SERVICE_DOMAIN_MISMATCH = 14, |
- // Client error: Reuest could not be signed. |
+ // Client error: Request could not be signed. |
DM_STATUS_CANNOT_SIGN_REQUEST = 15, |
// Service error: Policy not found. Error code defined by the DM folks. |
DM_STATUS_SERVICE_POLICY_NOT_FOUND = 902, |