From b4cd6226ed3f88e1580dae83f13577f37c2de9d7 Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Tue, 26 Sep 2017 09:11:32 -0700 Subject: [PATCH] FIxed typo. Test: grep -i authentiFIcation proto/src/metrics_constants.proto || echo "FIxed" FIxes: 66902492 Change-Id: I92e1049839cf53a3ba1486fe6094da36092e9085 --- proto/src/metrics_constants.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 54c9ec51a6d8e..38272a02ef192 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3851,7 +3851,7 @@ message MetricsEvent { // Tag of a field for the length of the filter text FIELD_AUTOFILL_FILTERTEXT_LEN = 911; - // An autofill authentification succeeded + // An autofill authentication succeeded // Package: Package of app that was autofilled AUTOFILL_AUTHENTICATED = 912; @@ -4462,19 +4462,19 @@ message MetricsEvent { // OS: O MR FIELD_AUTOFILL_PREVIOUS_LENGTH = 1125; - // An autofill dataset authentification succeeded + // An autofill dataset authentication succeeded // Package: Package of app that was autofilled // OS: O MR // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request AUTOFILL_DATASET_AUTHENTICATED = 1126; - // An autofill service provided an invalid dataset authentification + // An autofill service provided an invalid dataset authentication // Package: Package of app that was autofilled // OS: O MR // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request AUTOFILL_INVALID_DATASET_AUTHENTICATION = 1127; - // An autofill service provided an invalid authentification extra + // An autofill service provided an invalid authentication extra // Package: Package of app that was autofilled // OS: O MR // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request