aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Updates/IInstallationManager.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-11-09 20:23:09 +0100
committerBond_009 <bond.009@outlook.com>2019-11-09 20:23:09 +0100
commit03fe0e762d77262fab3221abcffe8b4c290060bd (patch)
tree054d3b9561c598adfd436be3546c7418b34a9c16 /MediaBrowser.Common/Updates/IInstallationManager.cs
parent126165080b9d28521b24d1764fb343eb12153ce1 (diff)
Fix typos in docs
Diffstat (limited to 'MediaBrowser.Common/Updates/IInstallationManager.cs')
-rw-r--r--MediaBrowser.Common/Updates/IInstallationManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Updates/IInstallationManager.cs b/MediaBrowser.Common/Updates/IInstallationManager.cs
index 7850385fd..524d8f3c6 100644
--- a/MediaBrowser.Common/Updates/IInstallationManager.cs
+++ b/MediaBrowser.Common/Updates/IInstallationManager.cs
@@ -36,7 +36,7 @@ namespace MediaBrowser.Common.Updates
event EventHandler<GenericEventArgs<PackageVersionInfo>> PluginInstalled;
/// <summary>
- /// Gets the completed installations
+ /// Gets the completed installations.
/// </summary>
IEnumerable<InstallationInfo> CompletedInstallations { get; }
@@ -91,7 +91,7 @@ namespace MediaBrowser.Common.Updates
/// Returns the available plugin updates.
/// </summary>
/// <param name="cancellationToken">The cancellation token.</param>
- /// <returns>Tthe available plugin updates.</returns>
+ /// <returns>The available plugin updates.</returns>
Task<IEnumerable<PackageVersionInfo>> GetAvailablePluginUpdates(CancellationToken cancellationToken = default);
/// <summary>