diff options
| author | 2017-10-02 19:13:10 +0000 | |
|---|---|---|
| committer | 2017-10-02 19:13:10 +0000 | |
| commit | 57d15971b3eede80e5a070c6ee615d6a31bb9963 (patch) | |
| tree | 87e4b733cc5b44f387d0a9aea57f9cc59192ee80 | |
| parent | ee0f93ffb70e6d170b663f375bc1cbc6e7607683 (diff) | |
| parent | e238529c8c5cb65cd11f1001648611aa737eb8de (diff) | |
Merge "FIxed typo." into oc-mr1-dev am: 683064f605
am: e238529c8c
Change-Id: Ifc996508d15b210db18e9d025a219b065b9b5443
| -rw-r--r-- | proto/src/metrics_constants.proto | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 787d36397dfe..401705d43810 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 |