From e9eb99407a35f23682ba86e06c21133b15faefaa Mon Sep 17 00:00:00 2001 From: rjindael Date: Wed, 2 Aug 2023 02:21:47 -0700 Subject: [PATCH] nit: typo --- Kiseki.Launcher/Interfaces/IProtocol.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kiseki.Launcher/Interfaces/IProtocol.cs b/Kiseki.Launcher/Interfaces/IProtocol.cs index bc41352..a88f30a 100644 --- a/Kiseki.Launcher/Interfaces/IProtocol.cs +++ b/Kiseki.Launcher/Interfaces/IProtocol.cs @@ -1,6 +1,6 @@ namespace Kiseki.Launcher.Interfaces; -// This cl is responsible for handling registration of the Kiseki protcool handler +// This is responsible for handling registration of the Kiseki protcool handler public interface IProtocol { static abstract void Register();