diff options
Diffstat (limited to 'Emby.Naming/Video/Format3DRule.cs')
| -rw-r--r-- | Emby.Naming/Video/Format3DRule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Naming/Video/Format3DRule.cs b/Emby.Naming/Video/Format3DRule.cs index 310ec84e8f..633f40d282 100644 --- a/Emby.Naming/Video/Format3DRule.cs +++ b/Emby.Naming/Video/Format3DRule.cs @@ -5,13 +5,13 @@ namespace Emby.Naming.Video public class Format3DRule { /// <summary> - /// Gets or sets the token. + /// Gets or sets the token. /// </summary> /// <value>The token.</value> public string Token { get; set; } /// <summary> - /// Gets or sets the preceeding token. + /// Gets or sets the preceeding token. /// </summary> /// <value>The preceeding token.</value> public string PreceedingToken { get; set; } |
