From cc49bbcc47adce4dabaef2f196c1ee322b1ee240 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 6 Nov 2017 13:00:58 -0500 Subject: [PATCH] Fixes a typo in IInterface documentation --- TGServiceInterface/Interface.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGServiceInterface/Interface.cs b/TGServiceInterface/Interface.cs index bc099949b9..34b9003911 100644 --- a/TGServiceInterface/Interface.cs +++ b/TGServiceInterface/Interface.cs @@ -12,7 +12,7 @@ using TGServiceInterface.Components; namespace TGServiceInterface { /// - /// Main inteface for communicating the + /// Main for communicating the /// public interface IInterface : IDisposable {