summaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING.md
diff options
context:
space:
mode:
authorDenys Berkovskyy <berkovskyy@gmail.com>2017-03-21 11:16:05 +0000
committerDenys Berkovskyy <berkovskyy@gmail.com>2017-03-21 11:16:05 +0000
commit69c042585a38286f45064d5b52ccad86798679d9 (patch)
tree44a3dbc5811d196ee3ce34a776d3f4f94566c90e /TROUBLESHOOTING.md
parent78ebecdf3044d91078409e08d82ec8dffb3eafe5 (diff)
Fix various typos.
Diffstat (limited to 'TROUBLESHOOTING.md')
-rw-r--r--TROUBLESHOOTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
index 45ea8fe..5efd353 100644
--- a/TROUBLESHOOTING.md
+++ b/TROUBLESHOOTING.md
@@ -41,7 +41,7 @@ Allow network discovery. This setting creates a private type network and enables
**Problem**
-You have installed Shairport Sync successfully, the deamon is running, you can see it from your remote terminal but you are unable to play a song.
+You have installed Shairport Sync successfully, the daemon is running, you can see it from your remote terminal but you are unable to play a song.
**Before you change anything to your configuration**
@@ -67,7 +67,7 @@ sudo ufw allow from 192.168.1.1/16 to any port 6000:6005 proto udp
sudo ufw allow from 192.168.1.1/16 to any port 35000:65535 proto udp
```
-You may have to change the IP adresses range depending on your own local network settings.
+You may have to change the IP addresses range depending on your own local network settings.
You can check UFW config by typing `sudo ufw status` in shell. Please make sure that UFW is active, especially if you have deactivated it previously for testing purpose.
@@ -147,6 +147,6 @@ This sets the default alsa audio device to be the USB DAC via a dmixer plugin (w
This will then be used by default by Shairport-Sync and any other applications using alsa.
-Note that some distributions (such as Volumio 2) don't use an asound.conf file by default, they instead specificy the hardware details directly in '/etc/mpd.conf' files so some more in-depth modification is needed to override this.
+Note that some distributions (such as Volumio 2) don't use an asound.conf file by default, they instead specify the hardware details directly in '/etc/mpd.conf' files so some more in-depth modification is needed to override this.
(Note: not tested by Mike B.)