Skip to content

Commit eed9e6c

Browse files
committed
Fix typo
1 parent 999cf81 commit eed9e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async function activate(
7878
try {
7979
settings = await settingRegistry.load(plugin.id);
8080
} catch (error) {
81-
console.error(`Failed to load settings for the Git Exetnsion.\n${error}`);
81+
console.error(`Failed to load settings for the Git Extension.\n${error}`);
8282
}
8383
// Create the Git model
8484
const gitExtension = new GitExtension(app, settings);

0 commit comments

Comments
 (0)