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

@@ -83,7 +83,7 @@ namespace OpenSim.Server.Handlers.Presence
if (request.TryGetValue("UserID", out object uo) && uo is string user)
m_log.Debug($"[PRESENCE HANDLER]: ilegal login try from {httpRequest.RemoteIPEndPoint} for userID {user}");
else
m_log.Debug($"[PRESENCE HANDLER]: ilegal login try from {httpRequest.RemoteIPEndPoint} for unkown user");
m_log.Debug($"[PRESENCE HANDLER]: ilegal login try from {httpRequest.RemoteIPEndPoint} for unknown user");
return FailureResult();
}