diff --git a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenExprLambdaTests.cs b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenExprLambdaTests.cs index 47eca08b2c64e68deef3845363b43b7127760fe9..1594c3a214699ae8344d4e0dfb049d2907db3d10 100644 --- a/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenExprLambdaTests.cs +++ b/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenExprLambdaTests.cs @@ -2275,7 +2275,7 @@ static void Main() new[] { ExpressionAssemblyRef }, expectedOutput: TrimExpectedOutput(expectedOutput)); // Also verify with the assemblies on which the tests are running, as there's a higher - // liklihood that they have Array.Empty, and we want to verify that Array.Empty is not used + // likelihood that they have Array.Empty, and we want to verify that Array.Empty is not used // in expression lambdas. This can be changed to use the mscorlib 4.6 metadata once it's // available in the Roslyn tests. CompileAndVerify(CreateCompilation(