mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
fix another typos
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user