mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Corrected various spelling errors in code.
This commit is contained in:
@@ -26,7 +26,7 @@ namespace NzbDrone.Test.Common
|
||||
_logs = new List<LogEventInfo>();
|
||||
}
|
||||
|
||||
public static void AssertNoUnexcpectedLogs()
|
||||
public static void AssertNoUnexpectedLogs()
|
||||
{
|
||||
ExpectedFatals(0);
|
||||
ExpectedErrors(0);
|
||||
|
Reference in New Issue
Block a user