From 715798221bdff8755509e36f954ce4f68c650e17 Mon Sep 17 00:00:00 2001 From: VocalTrance <65558856+VocalTrance@users.noreply.github.com> Date: Wed, 21 Jul 2021 15:30:45 +0200 Subject: [PATCH] Fix typo in github-authentication/github.ts (#129100) --- extensions/github-authentication/src/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/github-authentication/src/github.ts b/extensions/github-authentication/src/github.ts index 69cbc2b3c15..1e668a82c34 100644 --- a/extensions/github-authentication/src/github.ts +++ b/extensions/github-authentication/src/github.ts @@ -86,7 +86,7 @@ export class GitHubAuthenticationProvider implements vscode.AuthenticationProvid try { await this._githubServer.getUserInfo(session.accessToken); this.afterTokenLoad(session.accessToken); - Logger.info(`Verified sesion with the following scopes: ${session.scopes}`); + Logger.info(`Verified session with the following scopes: ${session.scopes}`); verifiedSessions.push(session); } catch (e) { // Remove sessions that return unauthorized response