Skip to content

Commit

Permalink
Fix old typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Jan 31, 2025
1 parent a14a9d9 commit 981c26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/cmdpal/Exts/MicrosoftLearnExtension/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void Main(string[] args)
server.RegisterExtension(() => extensionInstance);

// This will make the main thread wait until the event is signalled by the extension class.
// Since we have single instance of the extension object, we exit as sooon as it is disposed.
// Since we have single instance of the extension object, we exit as soon as it is disposed.
extensionDisposedEvent.WaitOne();
}
else
Expand Down

0 comments on commit 981c26c

Please sign in to comment.