Merge "Fix comment typo in BluetoothLengthDeviceNameFilter" am: 02888676a7

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2375748

Change-Id: Ic14cfd40900d12b1349a1e6905e1a92351c168e3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-01-04 11:37:59 +00:00
committed by Automerger Merge Worker

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;