mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Fix various typos
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
This commit is contained in:
parent
8ba83e41ae
commit
9ec2870b10
38 changed files with 56 additions and 56 deletions
|
@ -11,7 +11,7 @@ namespace MediaBrowser.Model.SyncPlay
|
|||
Idle = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The group is in wating state. Playback is paused. Will start playing when users are ready.
|
||||
/// The group is in waiting state. Playback is paused. Will start playing when users are ready.
|
||||
/// </summary>
|
||||
Waiting = 1,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue