summaryrefslogtreecommitdiff
path: root/core/proto
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-06-22 17:21:12 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-22 17:21:12 +0000
commitcd463e41913010d37a23710db90aee06c50de0cd (patch)
tree07aaf136a31ca104d8b93196819309ac11caf273 /core/proto
parenta2097465a1b962a8d0df84b9dca3a87c35840437 (diff)
parent06cfd49914fe1faa3cfe504c90725483b3361dc8 (diff)
Merge "Correct the name of enum UserType item" into rvc-dev am: 06cfd49914
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11932651 Change-Id: I75103ba087a2539c987a85b73976a9a0a77aa391
Diffstat (limited to 'core/proto')
-rw-r--r--core/proto/android/stats/connectivity/tethering.proto2
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.