fix(docs): Corrects common typos in project documentation

This commit is contained in:
plan-do-break-fix 2021-04-23 13:36:41 -05:00 committed by Johannes Pohl
parent af621acf1c
commit c402468e89
4 changed files with 4 additions and 4 deletions

View file

@ -84,6 +84,6 @@ The following rule governs documentation contributions:
* Please provide as much context as possible when you open an issue. The information you provide must be comprehensive enough to reproduce that issue for the assignee.
* Attach a log file (preferably inline as code block) if neccessary. Use `debug` log level (`snapclient --logfilter debug`, `snapserver --logging.filter debug`).
* Attach a log file (preferably inline as code block) if necessary. Use `debug` log level (`snapclient --logfilter debug`, `snapserver --logging.filter debug`).
* Please apply one or more applicable [labels](https://github.com/badaix/snapcast/labels) to your issue so that all community members are able to cluster the issues better.

View file

@ -124,7 +124,7 @@ Available audio backends are configured using the `--player` command line parame
| file | All | Write audio to file | `filename=<filename>` (`<filename>` = `stdout`, `stderr`, `null` or a filename)<br />`mode=[w|a]` (`w`: write (discarding the content), `a`: append (keeping the content) |
Parameters are appended to the player name, e.g. `--player alsa:buffer_time=100`. Use `--player <name>:?` to get a list of available options.
For some audio backends you can configure the PCM device using the `-s` or `--soundcard` parameter, the device is choosen by index or name. Available PCM devices can be listed with `-l` or `--list`
For some audio backends you can configure the PCM device using the `-s` or `--soundcard` parameter, the device is chosen by index or name. Available PCM devices can be listed with `-l` or `--list`
## Test

View file

@ -161,7 +161,7 @@ Start and stop the server with `sudo service snapserver start` and `sudo service
## Gentoo (native)
Snapcast is available under Gentoo's [Portage](https://wiki.gentoo.org/wiki/Portage) package management system. Portage utilises `USE` flags to determine what components are built on compilation. The availabe options are...
Snapcast is available under Gentoo's [Portage](https://wiki.gentoo.org/wiki/Portage) package management system. Portage utilises `USE` flags to determine what components are built on compilation. The available options are...
```sh
equery u snapcast

View file

@ -182,7 +182,7 @@ pacmd load-module module-pipe-sink file=/tmp/snapfifo sink_name=Snapcast format=
pacmd update-sink-proplist Snapcast device.description=Snapcast
```
It might be neccessary to set the PulseAudio latency environment variable to 60 msec: `PULSE_LATENCY_MSEC=60`
It might be necessary to set the PulseAudio latency environment variable to 60 msec: `PULSE_LATENCY_MSEC=60`
### AirPlay