aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IUserManager.cs
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2020-06-24 21:07:39 -0400
committerPatrick Barron <barronpm@gmail.com>2020-06-24 21:07:39 -0400
commit5ee419ebe4ada7de98f877daa49dfc1755b375ef (patch)
treea24d90a95ab59bad7f73f8681603a9493899e5fe /MediaBrowser.Controller/Library/IUserManager.cs
parent2967dd6afd158fc278697fa593852de45e99b84a (diff)
Fix typo
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/IUserManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs
index 4ff3cee0f..e73fe7120 100644
--- a/MediaBrowser.Controller/Library/IUserManager.cs
+++ b/MediaBrowser.Controller/Library/IUserManager.cs
@@ -111,7 +111,7 @@ namespace MediaBrowser.Controller.Library
/// <summary>
/// Deletes the specified user.
/// </summary>
- /// <param name="userId">The if of the user to be deleted.</param>
+ /// <param name="userId">The id of the user to be deleted.</param>
void DeleteUser(Guid userId);
/// <summary>