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
///
/// 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.
///
/// true if this instance has configured password; otherwise, false.
@@ -45,4 +45,4 @@ namespace MediaBrowser.Model.Dto
return Name ?? base.ToString();
}
}
-}
\ No newline at end of file
+}