fix another typos

This commit is contained in:
UbitUmarov
2026-07-07 19:41:14 +01:00
parent b581699065
commit ff2d47b1a3
3 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Combat.CombatModule
if (killingAvatar == null)
{
IUserManagement userManager = deadAvatar.Scene.RequestModuleInterface<IUserManagement>();
string userName = "Unknown User";
string userName = "Unkown User";
if (userManager != null)
userName = userManager.GetUserName(part.OwnerID);
deadAvatarMessage = String.Format("You impaled yourself on {0} owned by {1}!", part.Name, userName);