diff --git a/Program.cs b/Program.cs index 4fa88b4ce9b5eae7aa5b4178e482bc3978c3e43e..df5b70b21ca9dc0085c17592a22c120ffc17013b 100644 --- a/Program.cs +++ b/Program.cs @@ -44,7 +44,7 @@ public static SqlConnection GetOpenConnection() static void RunPerformanceTests() { var test = new PerformanceTests(); - Console.WriteLine("Running 500 itrations that load up a post entity"); + Console.WriteLine("Running 500 iterations that load up a post entity"); test.Run(500); }