diff --git a/src/modules/cmdpal/ext/SamplePagesExtension/Program.cs b/src/modules/cmdpal/ext/SamplePagesExtension/Program.cs index 24efd1a1c6..5b099633c8 100644 --- a/src/modules/cmdpal/ext/SamplePagesExtension/Program.cs +++ b/src/modules/cmdpal/ext/SamplePagesExtension/Program.cs @@ -25,7 +25,7 @@ public class Program 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 soon as it is disposed. + // Since we have a single instance of the extension object, we exit as soon as it is disposed. extensionDisposedEvent.WaitOne(); } else