Skip to content

Commit 84799ca

Browse files
nschonnisdwheeler
authored andcommitted
typo: adpater -> adapter (#3965)
1 parent 82b68b3 commit 84799ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer/prog-guide/accessdbprovidersample03-code-sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ namespace Microsoft.Samples.PowerShell.Providers
607607

608608
try
609609
{
610-
// Create a odbc data adpater. This can be sued to update the
610+
// Create a odbc data adapter. This can be sued to update the
611611
// data source with the records that will be created here
612612
// using data sets
613613
string sql = "Select * from " + tableName;

0 commit comments

Comments
 (0)