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 |