]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Typo
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 8 Oct 2023 16:40:43 +0000 (17:40 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 8 Oct 2023 16:40:43 +0000 (17:40 +0100)
audio_pw.c

index 1bd9c5ab2e88b7da446cebdd27c80cc994ed785e..76764d2f3a614af1f23f766af6820e7304855b86 100644 (file)
@@ -99,7 +99,7 @@ static void on_process(void *userdata) {
     struct pw_buffer *b = pw_stream_dequeue_buffer(data->stream);
     if (b == NULL) {
       pw_log_warn("out of buffers: %m");
-      die("PipeWire failue -- out of buffers!");
+      die("PipeWire failure -- out of buffers!");
     }
     struct spa_buffer *buf = b->buffer;
     uint8_t *dest = buf->datas[0].data;