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();