From 315f748b95b48c5918e95ab3c79a72bda7773cb4 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Sat, 11 Nov 2017 23:21:58 -0500 Subject: [PATCH] Corrects GitHub spelling --- TGControlPanel/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGControlPanel/Program.cs b/TGControlPanel/Program.cs index 6b46b19746..b484dbc88f 100644 --- a/TGControlPanel/Program.cs +++ b/TGControlPanel/Program.cs @@ -108,7 +108,7 @@ namespace TGControlPanel } if (!remote.Contains("github.com")) { - MessageBox.Show("Pull request support is only available for github based repositories!", "Error"); + MessageBox.Show("Pull request support is only available for GitHub based repositories!", "Error"); owner = null; name = null; return false;