Fix spelling in hosted service log messages (#6654)
This commit is contained in:
parent
25e36c3467
commit
85ff0d7abc
|
|
@ -67,7 +67,7 @@ public class BackgroundCommandSenderHostedService : BackgroundService
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.LogError(e, "An unhandled exception occured while processing the queue");
|
||||
_logger.LogError(e, "An unhandled exception occurred while processing the queue");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ public class BackgroundEventPublisherHostedService : BackgroundService
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.LogError(e, "An unhandled exception occured while processing the queue");
|
||||
_logger.LogError(e, "An unhandled exception occurred while processing the queue");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue