Skip to content

Commit

Permalink
Spelling mistake in errors message (see #139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwarren committed Apr 7, 2016
1 parent 24ade7c commit d371de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BenchmarkDotNet/Running/BenchmarkRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private static List<ExecuteResult> Execute(ILogger logger, Benchmark benchmark,
if (measurements.Count() == 0)
{
// Something went wrong during the benchmark, don't bother doing more runs
logger.WriteLineError($"No more Benchmark runs will be launched as NO measurments were obtained from the previous run!");
logger.WriteLineError($"No more Benchmark runs will be launched as NO measurements were obtained from the previous run!");
break;
}

Expand Down

0 comments on commit d371de9

Please sign in to comment.