commit | 85067c813612e0acff94d2745cea82fb2f6e3750 | [log] [tgz] |
---|---|---|
author | Shen Lin <shhenlin@gmail.com> | Wed Jan 04 08:46:03 2023 +0000 |
committer | Shen Lin <shhenlin@gmail.com> | Wed Jan 04 08:46:12 2023 +0000 |
tree | 594f92d53b904354f36ae75cd6c0e37fecbb1930 | |
parent | 749c2dddbcf5ff408c8206d4a381224fef05a6b3 [diff] |
Fix comment typo in BluetoothLengthDeviceNameFilter Change-Id: I222d048e683bff4473849d26de50318b51a1eb9e Test: manual
diff --git a/src/com/android/settings/bluetooth/BluetoothLengthDeviceNameFilter.java b/src/com/android/settings/bluetooth/BluetoothLengthDeviceNameFilter.java index cdf5310..e7d97f7 100644 --- a/src/com/android/settings/bluetooth/BluetoothLengthDeviceNameFilter.java +++ b/src/com/android/settings/bluetooth/BluetoothLengthDeviceNameFilter.java
@@ -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;