diff options
| author | Davide Polonio <poloniodavide@gmail.com> | 2020-05-07 09:14:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 09:14:00 +0200 |
| commit | 5c6339d8fd4b12237c6cb8eb9d115d59c9c27ddf (patch) | |
| tree | 7f487bdac4acd544e38cca6cfc2951321e505688 | |
| parent | 57cf19f058a12810b0d52dc43d84c1796697ce84 (diff) | |
Fix typo in PublicUserDto
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
| -rw-r--r-- | MediaBrowser.Model/Dto/PublicUserDto.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Dto/PublicUserDto.cs b/MediaBrowser.Model/Dto/PublicUserDto.cs index d4eec8b9d..b6bfaf2e9 100644 --- a/MediaBrowser.Model/Dto/PublicUserDto.cs +++ b/MediaBrowser.Model/Dto/PublicUserDto.cs @@ -27,7 +27,7 @@ namespace MediaBrowser.Model.Dto /// <summary> /// Gets or sets a value indicating whether this instance has configured password. - /// Note that in this case this method should not be here, but it is necessary when changeing password at the + /// Note that in this case this method should not be here, but it is necessary when changing password at the /// first login. /// </summary> /// <value><c>true</c> if this instance has configured password; otherwise, <c>false</c>.</value> @@ -45,4 +45,4 @@ namespace MediaBrowser.Model.Dto return Name ?? base.ToString(); } } -}
\ No newline at end of file +} |
