Skip to content

Commit 514e608

Browse files
authored
Fix typo (#11275)
1 parent 98af6a4 commit 514e608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/configurations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ export class CppProperties {
432432

433433
private async buildVcpkgIncludePath(): Promise<void> {
434434
try {
435-
// Check for vcpkgRoot and include relevent paths if found.
435+
// Check for vcpkgRoot and include relevant paths if found.
436436
const vcpkgRoot: string = util.getVcpkgRoot();
437437
if (vcpkgRoot) {
438438
const list: string[] = await util.readDir(vcpkgRoot);

0 commit comments

Comments
 (0)