From: Mike Brady Date: Sun, 2 Sep 2018 16:54:27 +0000 (+0100) Subject: Fix typo X-Git-Tag: 3.3RC0~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97920454d01e0918fba23cc52cf4a7d2dca93a86;p=thirdparty%2Fshairport-sync.git Fix typo --- diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index 028a3758..b63eb229 100644 --- a/scripts/shairport-sync.conf +++ b/scripts/shairport-sync.conf @@ -98,7 +98,7 @@ jack = // left_channel_name = "left"; //Set this to the name of the left output port that should appear in "Connections" when Shairport Sync is active. // right_channel_name = "right"; //Set this to the name of the right output port that should appear in "Connections" when Shairport Sync is active. // auto_client_open_interval = 1; // Set this to the interval in seconds between automatic attempts to open a client on the jack server. Set to zero to disable this behaviour. -// auto_client_disconnet = "no"; // Set this to "yes" to close the jack client automatically at then end of a play session. Default is no -- the client stays connected. +// auto_client_disconnect = "no"; // Set this to "yes" to close the jack client automatically at then end of a play session. Default is no -- the client stays connected. }; // Parameters for the "pipe" audio back end, a back end that directs raw CD-style audio output to a pipe. No interpolation is done.