Merge "Correct the name of enum UserType item" into rvc-dev am: cef2a3b1d5 am: fec2c0772c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11932651

Change-Id: Id1a7e9c6e57d3673cde26cdc65fd964302b365c0
diff --git a/stats/enums/stats/connectivity/tethering.proto b/stats/enums/stats/connectivity/tethering.proto
index 6303b7d..13f0b8c 100644
--- a/stats/enums/stats/connectivity/tethering.proto
+++ b/stats/enums/stats/connectivity/tethering.proto
@@ -87,7 +87,7 @@
 
 enum UserType {
     // Unknown.
-    USER_UNKOWNN = 0;
+    USER_UNKNOWN = 0;
     // Settings.
     USER_SETTINGS = 1;
     // System UI.