Skip to content

Commit c8c0407

Browse files
authored
Merge pull request #10836 from changeworld/patch-3
Fix typo: loacte -> locate
2 parents 6695cfc + 23d5bc6 commit c8c0407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/debug-interface-access/idiadatasourceex-setpfnminipdberrorcallback2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If successful, returns `S_OK`.
4242

4343
## Remarks
4444

45-
PDBs that are generated with /DEBUG:fastlink (also sometimes call mini PDBs), do not contain all the debug information and instead must read information out of the OBJs, LIBs and compiler generated PDBs used to make the final executable. If errors occur when trying to loacte or read those files, a callback maybe set to receive additional information about the failure.
45+
PDBs that are generated with /DEBUG:fastlink (also sometimes call mini PDBs), do not contain all the debug information and instead must read information out of the OBJs, LIBs and compiler generated PDBs used to make the final executable. If errors occur when trying to locate or read those files, a callback maybe set to receive additional information about the failure.
4646

4747
Only one callback function may be registered at a time. Attempting to register a second function will simply replace the first. To remove the registration, simply pass a `nullptr` for both arguments.
4848

0 commit comments

Comments
 (0)