fix typos

This commit is contained in:
UbitUmarov
2026-07-07 19:59:13 +01:00
parent ff2d47b1a3
commit 6ed9b246cf
6 changed files with 6 additions and 6 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("Unkown"))
if (string.IsNullOrEmpty(ud.FirstName) || ud.FirstName.Equals("Unknown"))
continue;
string fullname = ud.FirstName + " " + ud.LastName;