From 270b198ba4fb4bd008fec2dce48ceb0b5698baa3 Mon Sep 17 00:00:00 2001 From: Wraith2 Date: Tue, 9 Apr 2019 20:07:08 +0100 Subject: [PATCH] spelling feedback Commit migrated from https://github.com/dotnet/corefx/commit/f27d235b0bfc08106258c7e3ffff49d3811d2cae --- .../src/System/Data/SqlClient/TdsParserHelperClasses.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserHelperClasses.cs b/src/libraries/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserHelperClasses.cs index 1d8f6a7..ef8a0fa 100644 --- a/src/libraries/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserHelperClasses.cs +++ b/src/libraries/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserHelperClasses.cs @@ -326,7 +326,7 @@ namespace System.Data.SqlClient return item; } } - // if we didn't find an item in the pool we've either never craete any or we're under pressure + // if we didn't find an item in the pool we've either never create any or we're under pressure // so just create a new one and let the caller get on with their work return new SqlEnvChange(); } @@ -347,7 +347,7 @@ namespace System.Data.SqlClient break; } } - // if we didn't add the item to the cache just let the go to the GC + // if we didn't add the item to the cache just let it go to the GC } } -- 2.7.4