Skip to content

Commit 7e974cf

Browse files
committed
spelling
1 parent 43dff4d commit 7e974cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SSPI/SspiContextProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal abstract class SspiContextProvider
1212
private TdsParser _parser = null!;
1313
private ServerInfo _serverInfo = null!;
1414

15-
// This is used to store either a single or multiple SspiAuthenticationParameters. Since we initially have potential
15+
// This is used to store either a single or multiple SspiAuthenticationParameters. Since we initially have potentially
1616
// multiple SPNs, we'll start with that. However, once we've succeeded creating an SSPI context, we'll consider that
1717
// to be the correct SPN going forward
1818
private object? _authParamValue;

0 commit comments

Comments
 (0)