]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix typo
authorMike Brady <mikebrady@eircom.net>
Sun, 2 Sep 2018 16:54:27 +0000 (17:54 +0100)
committerMike Brady <mikebrady@eircom.net>
Sun, 2 Sep 2018 16:54:27 +0000 (17:54 +0100)
scripts/shairport-sync.conf

index 028a3758a5f243953bcd8556b52bdcaf5ec0e20f..b63eb229ca6b681d4db4530f3d4608e06cda4f53 100644 (file)
@@ -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.