Skip to content

Commit c402468

Browse files
plan-do-break-fixbadaix
authored andcommitted
fix(docs): Corrects common typos in project documentation
1 parent af621ac commit c402468

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ The following rule governs documentation contributions:
8484

8585
* 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.
8686

87-
* Attach a log file (preferably inline as code block) if neccessary. Use `debug` log level (`snapclient --logfilter debug`, `snapserver --logging.filter debug`).
87+
* Attach a log file (preferably inline as code block) if necessary. Use `debug` log level (`snapclient --logfilter debug`, `snapserver --logging.filter debug`).
8888

8989
* 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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Available audio backends are configured using the `--player` command line parame
124124
| 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) |
125125

126126
Parameters are appended to the player name, e.g. `--player alsa:buffer_time=100`. Use `--player <name>:?` to get a list of available options.
127-
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`
127+
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`
128128

129129
## Test
130130

doc/build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Start and stop the server with `sudo service snapserver start` and `sudo service
161161

162162
## Gentoo (native)
163163

164-
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...
164+
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...
165165

166166
```sh
167167
equery u snapcast

doc/player_setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pacmd load-module module-pipe-sink file=/tmp/snapfifo sink_name=Snapcast format=
182182
pacmd update-sink-proplist Snapcast device.description=Snapcast
183183
```
184184

185-
It might be neccessary to set the PulseAudio latency environment variable to 60 msec: `PULSE_LATENCY_MSEC=60`
185+
It might be necessary to set the PulseAudio latency environment variable to 60 msec: `PULSE_LATENCY_MSEC=60`
186186

187187
### AirPlay
188188

0 commit comments

Comments
 (0)