From: Wraith2 Date: Tue, 9 Apr 2019 19:07:08 +0000 (+0100) Subject: spelling feedback X-Git-Tag: submit/tizen/20210909.063632~11031^2~1911^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=270b198ba4fb4bd008fec2dce48ceb0b5698baa3;p=platform%2Fupstream%2Fdotnet%2Fruntime.git spelling feedback Commit migrated from https://github.com/dotnet/corefx/commit/f27d235b0bfc08106258c7e3ffff49d3811d2cae --- 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 } }