فهرست منبع

Fix typo in PublicUserDto

Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
Davide Polonio 5 سال پیش
والد
کامیت
5c6339d8fd
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      MediaBrowser.Model/Dto/PublicUserDto.cs

+ 2 - 2
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();
         }
     }
-}
+}