diff --git a/internal/platform/implementation/windows/bluetooth_classic_socket.cc b/internal/platform/implementation/windows/bluetooth_classic_socket.cc index e144a651..b8c10e91 100644 --- a/internal/platform/implementation/windows/bluetooth_classic_socket.cc +++ b/internal/platform/implementation/windows/bluetooth_classic_socket.cc @@ -122,7 +122,7 @@ ExceptionOr BluetoothSocket::BluetoothInputStream::Read( ByteArray data((char*)buffer.data(), buffer.Length()); return ExceptionOr(data); } catch (...) { - NEARBY_LOGS(ERROR) << "Failed to read daat from input stream."; + NEARBY_LOGS(ERROR) << "Failed to read data from input stream."; return {Exception::kIo}; } }