mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Fix various typos
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
This commit is contained in:
@@ -502,7 +502,7 @@ namespace Jellyfin.Api.Controllers
|
||||
|
||||
if (isLocal)
|
||||
{
|
||||
_logger.LogWarning("Password reset proccess initiated from outside the local network with IP: {IP}", ip);
|
||||
_logger.LogWarning("Password reset process initiated from outside the local network with IP: {IP}", ip);
|
||||
}
|
||||
|
||||
var result = await _userManager.StartForgotPasswordProcess(forgotPasswordRequest.EnteredUsername, isLocal).ConfigureAwait(false);
|
||||
|
||||
Reference in New Issue
Block a user