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

@@ -2242,7 +2242,7 @@ namespace OpenSim.Region.ClientStack.Linden
foreach (UserData ud in names)
{
// dont tell about unknown users, we can't send them back on Bad either
if (string.IsNullOrEmpty(ud.FirstName) || ud.FirstName.Equals("Unknown"))
if (string.IsNullOrEmpty(ud.FirstName) || ud.FirstName.Equals("Unkown"))
continue;
string fullname = ud.FirstName + " " + ud.LastName;