fix typo: satisifed -> satisfied
authorJoseph Herlant <herlantj@gmail.com>
Wed, 19 Sep 2018 18:29:45 +0000 (11:29 -0700)
committerJoseph Herlant <herlantj@gmail.com>
Wed, 19 Sep 2018 18:29:45 +0000 (11:29 -0700)
src/pulsecore/protocol-native.c

index a52b976ee3c5333069865c54899e045ef2446d11..09e5aa3d54ba850f577b458f67666512c7202776 100644 (file)
@@ -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) {