Fix various typos

Found via `codespell -q 3 -S "./Emby.Server.Implementations/Localization" -L inh,som`
This commit is contained in:
luzpaz
2025-01-25 21:04:37 -05:00
committed by GitHub
parent b318f33599
commit c877ffa5ad
8 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ using System;
namespace Jellyfin.Data.Entities;
/// <summary>
/// Represents the relational informations for an <see cref="BaseItemEntity"/>.
/// Represents the relational information for an <see cref="BaseItemEntity"/>.
/// </summary>
public class AncestorId
{

View File

@@ -3,7 +3,7 @@ using System;
namespace Jellyfin.Data.Entities;
/// <summary>
/// Provides informations about an Attachment to an <see cref="BaseItemEntity"/>.
/// Provides information about an Attachment to an <see cref="BaseItemEntity"/>.
/// </summary>
public class AttachmentStreamInfo
{
@@ -18,7 +18,7 @@ public class AttachmentStreamInfo
public required BaseItemEntity Item { get; set; }
/// <summary>
/// Gets or Sets The index within the source file.
/// Gets or Sets the index within the source file.
/// </summary>
public required int Index { get; set; }

View File

@@ -11,7 +11,7 @@ public enum ProgramAudioEntity
Mono = 0,
/// <summary>
/// Sterio.
/// Stereo.
/// </summary>
Stereo = 1,

View File

@@ -66,7 +66,7 @@ public class TrickplayInfo
public int Interval { get; set; }
/// <summary>
/// Gets or sets peak bandwith usage in bits per second.
/// Gets or sets peak bandwidth usage in bits per second.
/// </summary>
/// <remarks>
/// Required.