[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] fix typo: satisifed -> satisfied
Arun Raghavan
gitlab at gitlab.freedesktop.org
Thu Sep 20 03:16:07 UTC 2018
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20180920/efe1d46c/attachment.html>
More information about the pulseaudio-commits
mailing list