Fix typo in parsing failed event type.

PiperOrigin-RevId: 549344443
This commit is contained in:
hai007
2023-07-19 09:50:29 -07:00
committed by Copybara-Service
parent 6d5eab04d3
commit be5c5b77bd
+1 -1
View File
@@ -444,7 +444,7 @@ enum ScanType {
enum ParsingFailedType {
FAILED_UNKNOWN_TYPE = 0;
FAILED_PARSE_ADVERTISEMENT = 1;
FAILED_COVERT_SHARE_TARGET = 2;
FAILED_CONVERT_SHARE_TARGET = 2;
}
// The Nearby Sharing advertising mode.