]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix some typos and spelling errors 880/head
authorChris Boot <bootc@debian.org>
Thu, 18 Jul 2019 19:11:04 +0000 (16:11 -0300)
committerChris Boot <bootc@debian.org>
Thu, 18 Jul 2019 19:11:04 +0000 (16:11 -0300)
RELEASENOTES.md
common.h
man/shairport-sync.7.xml

index 2e97e7476318f04b939d26381bac6c24669a593b..6dd6b2f7094b071ffd911caf2b76f244748e30ba 100644 (file)
@@ -910,7 +910,7 @@ Version 2.3.1
 Some big changes "under the hood" have been made, leading to limited support for unsynchronised output to `stdout` or to a named pipe and continuation of defacto support for unsynchronised PulseAudio. Also, support for a configuration file in preference to command line options, an option to ignore volume control and other improvements are provided.
 
 In this release, Shairport Sync gains the ability to read settings from `/etc/shairport-sync.conf`.
-This gives more flexibility in adding features gives better compatability across different versions of Linux.
+This gives more flexibility in adding features gives better compatibility across different versions of Linux.
 Existing command-line options continue to work, but some will be deprecated and may disappear in a future version of Shairport Sync. New settings will only be available via the configuration file.
 
 Note that, for the present, settings in the configuration will have priority over command line options for Shairport Sync itself, in contravention of the normal unix convention. Audio back end command line options, i.e. those after the `--`, have priority over configuration file settings for the audio backends.
index ae7f5cd39adb94955c2298af37a815e800ca7ccc..a80a8f9783e61bbb3a1bf0c7b41ca5e048c1d788 100644 (file)
--- a/common.h
+++ b/common.h
@@ -162,7 +162,7 @@ typedef struct {
   int allow_session_interruption;
   int timeout; // while in play mode, exit if no packets of audio come in for more than this number
                // of seconds . Zero means never exit.
-  int dont_check_timeout; // this is used to maintain backward compatability with the old -t option
+  int dont_check_timeout; // this is used to maintain backward compatibility with the old -t option
                           // behaviour; only set by -t 0, cleared by everything else
   char *output_name;
   audio_output *output;
index 199e97fd8b79632a017f1bf71655c2c0e5474df2..993a85ce70a2d743975a2013a8e87209087b4db1 100644 (file)
          i.e. the System Configuration Directory.)</p>
          
          
-         <p>Within the configuraton file, settings are organised into <i>groups</i>, for 
+         <p>Within the configuration file, settings are organised into <i>groups</i>, for 
          example, there is a "general" group of
          standard settings, and there is an "alsa" group with settings that pertain to the ALSA
          back end. Here is an example of a typical configuration file:</p>
 
     <option>
     <p><opt>udp_port_range=</opt><arg>range</arg><opt>;</opt></p>
-    <optdesc><p>Use this in conjunction with the prevous setting to specify the 
+    <optdesc><p>Use this in conjunction with the previous setting to specify the 
     <arg>range</arg> of ports that can be checked for availability. Only three ports are 
     needed.
     The default is 100, thus 100 ports will be checked from port 6001 upwards until three 
     specify.</p><p>"S" means signed; "U" means unsigned; BE means big-endian and LE means 
     little-endian. Except where stated (using *LE or *BE), endianness matches that of the 
     processor. The default is "S16".</p><p>If you are using a hardware mixer, the best 
-    setting is S16, as audio will pass through Shairport Sync unmodifed except for 
+    setting is S16, as audio will pass through Shairport Sync unmodified except for
     interpolation. If you are using the software mixer, use 32- or 24-bit, if your device 
     is capable of it, to get the lowest possible levels of dither.
     </p></optdesc>