aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/PublicSystemInfo.cs
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2019-02-15 21:21:58 +0300
committerGitHub <noreply@github.com>2019-02-15 21:21:58 +0300
commit7cc69f30c4519db4162acfbc4d056ae34e6ca6ef (patch)
tree422e6216e79101b00489be15593f3e09ce45ec38 /MediaBrowser.Model/System/PublicSystemInfo.cs
parent8425d76198c3cfc69b013c93d5056f2329c6ad4c (diff)
parentc74028d08d4fcbd2a921423f5b2b6dea7012a11e (diff)
Merge pull request #801 from Bond-009/di
Move to Microsoft.Extensions.DependencyInjection
Diffstat (limited to 'MediaBrowser.Model/System/PublicSystemInfo.cs')
-rw-r--r--MediaBrowser.Model/System/PublicSystemInfo.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Model/System/PublicSystemInfo.cs b/MediaBrowser.Model/System/PublicSystemInfo.cs
index accdc9e60..d97eda352 100644
--- a/MediaBrowser.Model/System/PublicSystemInfo.cs
+++ b/MediaBrowser.Model/System/PublicSystemInfo.cs
@@ -24,12 +24,12 @@ namespace MediaBrowser.Model.System
/// Gets or sets the server version.
/// </summary>
/// <value>The version.</value>
- public string Version { get; set; }
+ public string Version { get; set; }
/// <summary>
- /// Gets or sets the operating sytem.
+ /// Gets or sets the operating system.
/// </summary>
- /// <value>The operating sytem.</value>
+ /// <value>The operating system.</value>
public string OperatingSystem { get; set; }
/// <summary>