summaryrefslogtreecommitdiff
path: root/core/proto
diff options
context:
space:
mode:
authorlifr <lifr@google.com>2020-06-22 17:51:56 +0800
committerlifr <lifr@google.com>2020-06-22 17:51:56 +0800
commit5a2b5a7f1486683ddc3172388299590b7ce967ac (patch)
treed5f87be5a966cfd549b1721cecdbf54eb3321eb1 /core/proto
parent64ffa1762f8711e6016000bddf2af784edd5adcb (diff)
Correct the name of enum UserType item
Test: Run statsd_testdrive Bug: 153942334 Change-Id: Ibefb4a9c03ae0bf3ea9cd2ce186223860aa42e74 Merged-In: Ibefb4a9c03ae0bf3ea9cd2ce186223860aa42e74 (cherry picked from commit ad14a26c2c971e7cc6f861293810e9a4a731cb8d)
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.