Arun Raghavan pushed to branch master at PulseAudio / pulseaudio
Commits: 279d7197 by Joseph Herlant at 2018-09-19T18:29:45Z fix typo: satisifed -> satisfied - - - - - 1 changed file: - src/pulsecore/protocol-native.c Changes: ===================================== src/pulsecore/protocol-native.c ===================================== @@ -456,7 +456,7 @@ static void fix_record_buffer_attr_pre(record_stream *s) { * guarantee it. */ if (fragsize_usec != s->configured_source_latency) - pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisifed."); + pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisfied."); } else if (s->adjust_latency) { @@ -888,7 +888,7 @@ static void fix_playback_buffer_attr(playback_stream *s) { * guarantee it. */ if (minreq_usec != s->configured_sink_latency) - pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisifed."); + pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisfied."); } else if (s->adjust_latency) { View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/279d7197d9e73affdfa53ae2e4a14a456f646758 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/279d7197d9e73affdfa53ae2e4a14a456f646758 You're receiving this email because of your account on gitlab.freedesktop.org.
_______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits