Merge "Fix comment typo in BluetoothLengthDeviceNameFilter"

This commit is contained in:
Treehugger Robot
2023-01-04 11:05:58 +00:00
committed by Gerrit Code Review

View File

@@ -17,7 +17,7 @@
package com.android.settings.bluetooth;
/**
* Filter to max the length of a Bluetotoh device name to 248 bytes, as defined by the spec.
* Filter to max the length of a Bluetooth device name to 248 bytes, as defined by the spec.
*/
public class BluetoothLengthDeviceNameFilter extends Utf8ByteLengthFilter {
private static final int BLUETOOTH_NAME_MAX_LENGTH_BYTES = 248;