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

Unified Diff: components/proximity_auth/cryptauth/pref_names.cc

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month 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
Index: components/proximity_auth/cryptauth/pref_names.cc
diff --git a/components/proximity_auth/cryptauth/pref_names.cc b/components/proximity_auth/cryptauth/pref_names.cc
index fb8966930c5773ce42183a10a4a3590da59fc6e7..63362479788dc2c3dd967b49f3d4c8fb50d869c5 100644
--- a/components/proximity_auth/cryptauth/pref_names.cc
+++ b/components/proximity_auth/cryptauth/pref_names.cc
@@ -12,7 +12,7 @@ namespace prefs {
const char kCryptAuthDeviceSyncIsRecoveringFromFailure[] =
"cryptauth.device_sync.is_recovering_from_failure";
-// The timestamp of the last successfull CryptAuth device_sync in seconds.
+// The timestamp of the last successful CryptAuth device_sync in seconds.
const char kCryptAuthDeviceSyncLastSyncTimeSeconds[] =
"cryptauth.device_sync.last_device_sync_time_seconds";
@@ -32,7 +32,7 @@ const char kCryptAuthDeviceSyncUnlockKeys[] =
const char kCryptAuthEnrollmentIsRecoveringFromFailure[] =
"cryptauth.enrollment.is_recovering_from_failure";
-// The timestamp of the last successfull CryptAuth enrollment in seconds.
+// The timestamp of the last successful CryptAuth enrollment in seconds.
const char kCryptAuthEnrollmentLastEnrollmentTimeSeconds[] =
"cryptauth.enrollment.last_enrollment_time_seconds";
@@ -54,4 +54,4 @@ extern const char kCryptAuthGCMRegistrationId[] =
"cryptauth.gcm_registration_id";
} // namespace prefs
-} // proximity_auth
+} // namespace proximity_auth

Powered by Google App Engine
This is Rietveld 408576698