Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d036274c authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

LE Audio: fix typo resentation -> presentation

Test: none
Change-Id: I2d94a68ad2196f92122ef7549ec7d9c5066d1ea8
parent 072c7a07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2013,7 +2013,7 @@ void LeAudioDeviceGroup::PrintDebugState(void) {
    auto sdu_mts = GetSduInterval(le_audio::types::kLeAudioDirectionSink);
    auto sdu_stom = GetSduInterval(le_audio::types::kLeAudioDirectionSource);

    debug_str << "\n resentation_delay for sink (speaker): " << +sink_delay
    debug_str << "\n presentation_delay for sink (speaker): " << +sink_delay
              << " us, presentation_delay for source (microphone): "
              << +source_delay << "us, \n MtoS transport latency:  "
              << +max_transport_latency_mtos