Skip to content

Commit 8a67ae0

Browse files
author
Schneider
committed
command-and-commandtext-properties-example-vc: fix typo
1 parent fccde94 commit 8a67ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ado/reference/adox-api/command-and-commandtext-properties-example-vc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ int main() {
7777
printf("\n\tSource : %s \n\tdescription : %s \n ", (LPCSTR)bstrSource, (LPCSTR)bstrDescription);
7878
}
7979
catch(...) {
80-
cout << "Error occured in ProcedureTextX...."<< endl;
80+
cout << "Error occurred in ProcedureTextX...."<< endl;
8181
}
8282
8383
::CoUninitialize();

0 commit comments

Comments
 (0)