From 23c778f978c048647f07a0a075709de756fbb08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sat, 23 Nov 2019 23:05:34 +0300 Subject: [PATCH] Fix typo: Surname --- .../Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUser.cs b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUser.cs index 23632efce0..aca1535c3c 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUser.cs +++ b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUser.cs @@ -34,7 +34,7 @@ namespace Volo.Abp.Identity public virtual string Name { get; set; } /// - /// Gets or sets the Surame for the user. + /// Gets or sets the Surname for the user. /// public virtual string Surname { get; set; }