aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session/SessionWebSocketListener.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2022-08-22 17:50:42 +0200
committerGitHub <noreply@github.com>2022-08-22 17:50:42 +0200
commite1e4ac75e4b2ef84e817f3ebe0d14f52e7249b41 (patch)
treec299708f087282f484c698b07daf6aad995b20ed /Emby.Server.Implementations/Session/SessionWebSocketListener.cs
parentc45c8bdec727abdef0a610ea70790c578de4fff8 (diff)
parent9ec2870b1034e0b64ebde3e29a3779c7f6bb2ac4 (diff)
Merge pull request #8267 from luzpaz/typos
Diffstat (limited to 'Emby.Server.Implementations/Session/SessionWebSocketListener.cs')
-rw-r--r--Emby.Server.Implementations/Session/SessionWebSocketListener.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/SessionWebSocketListener.cs b/Emby.Server.Implementations/Session/SessionWebSocketListener.cs
index a085ee546..fccf50f60 100644
--- a/Emby.Server.Implementations/Session/SessionWebSocketListener.cs
+++ b/Emby.Server.Implementations/Session/SessionWebSocketListener.cs
@@ -37,7 +37,7 @@ namespace Emby.Server.Implementations.Session
private const float ForceKeepAliveFactor = 0.75f;
/// <summary>
- /// Lock used for accesing the KeepAlive cancellation token.
+ /// Lock used for accessing the KeepAlive cancellation token.
/// </summary>
private readonly object _keepAliveLock = new object();