Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(667)

Unified Diff: components/policy/core/common/cloud/cloud_policy_constants.h

Issue 2282073002: Fixed typo. (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698