Fix typos
Fix typos
Fix some test and comment typos.
Description
Spotted a typo in a test name, which lead me to the others:
"Correnct" => "Correct"
"Lenght" => "Length"
Can you try rebasing on main @martincostello? The test failure is clearly unrelated and I wonder if it's something that was already fixed.
cc @amcasey
cc @amcasey
I don't recognize the failure and it also doesn't make much sense to me - it looks like the "missing" DLL was written earlier in the build.
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
Rebased.
Looks like now it ran into https://github.com/dotnet/aspnetcore/issues/53294. I wonder if we should disable that test.
Trying one more run. If it fails again due to an unrelated reason, I'm okay with merging this on red.