From ad14a26c2c971e7cc6f861293810e9a4a731cb8d Mon Sep 17 00:00:00 2001 From: lifr Date: Mon, 22 Jun 2020 14:17:21 +0800 Subject: [PATCH] Correct the name of enum UserType item Test: Run statsd_testdrive Bug: 153942334 Change-Id: Ibefb4a9c03ae0bf3ea9cd2ce186223860aa42e74 --- core/proto/android/stats/connectivity/tethering.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/proto/android/stats/connectivity/tethering.proto b/core/proto/android/stats/connectivity/tethering.proto index 6303b7d1870b..13f0b8c44fb5 100644 --- a/core/proto/android/stats/connectivity/tethering.proto +++ b/core/proto/android/stats/connectivity/tethering.proto @@ -87,7 +87,7 @@ enum UpstreamType { enum UserType { // Unknown. - USER_UNKOWNN = 0; + USER_UNKNOWN = 0; // Settings. USER_SETTINGS = 1; // System UI.