spelling feedback
authorWraith2 <wraith2@gmail.com>
Tue, 9 Apr 2019 19:07:08 +0000 (20:07 +0100)
committerWraith2 <wraith2@gmail.com>
Tue, 9 Apr 2019 19:07:08 +0000 (20:07 +0100)
Commit migrated from https://github.com/dotnet/corefx/commit/f27d235b0bfc08106258c7e3ffff49d3811d2cae

src/libraries/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserHelperClasses.cs

index 1d8f6a7..ef8a0fa 100644 (file)
@@ -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
         }
     }