aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.Extensions/StringExtensions.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 /src/Jellyfin.Extensions/StringExtensions.cs
parentc45c8bdec727abdef0a610ea70790c578de4fff8 (diff)
parent9ec2870b1034e0b64ebde3e29a3779c7f6bb2ac4 (diff)
Merge pull request #8267 from luzpaz/typos
Diffstat (limited to 'src/Jellyfin.Extensions/StringExtensions.cs')
-rw-r--r--src/Jellyfin.Extensions/StringExtensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jellyfin.Extensions/StringExtensions.cs b/src/Jellyfin.Extensions/StringExtensions.cs
index dadc9f1d5..59fb038a7 100644
--- a/src/Jellyfin.Extensions/StringExtensions.cs
+++ b/src/Jellyfin.Extensions/StringExtensions.cs
@@ -40,7 +40,7 @@ namespace Jellyfin.Extensions
}
/// <summary>
- /// Checks wether or not the specified string has diacritics in it.
+ /// Checks whether or not the specified string has diacritics in it.
/// </summary>
/// <param name="text">The string to check.</param>
/// <returns>True if the string has diacritics, false otherwise.</returns>