diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-06-22 17:06:58 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-06-22 17:06:58 +0000 |
commit | 06cfd49914fe1faa3cfe504c90725483b3361dc8 (patch) | |
tree | 77abfbd679ecf7bbd7ea16ec34bdf5f2e2adb4f9 /core/proto | |
parent | 6a75f1332fdf6a325a7e5884a8d866154a84a962 (diff) | |
parent | ad14a26c2c971e7cc6f861293810e9a4a731cb8d (diff) |
Merge "Correct the name of enum UserType item" into rvc-dev
Diffstat (limited to 'core/proto')
-rw-r--r-- | core/proto/android/stats/connectivity/tethering.proto | 2 |
1 files changed, 1 insertions, 1 deletions
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. |