From 2b6a86d04a27c636b29d3a471a9a81c6e2760ba9 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 14 Dec 2014 18:14:50 +0800 Subject: [PATCH] fix a typo --- shadowsocks-csharp/View/MenuViewController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-csharp/View/MenuViewController.cs b/shadowsocks-csharp/View/MenuViewController.cs index 9965f8dc..a91e48f7 100755 --- a/shadowsocks-csharp/View/MenuViewController.cs +++ b/shadowsocks-csharp/View/MenuViewController.cs @@ -14,7 +14,7 @@ namespace Shadowsocks.View { // yes this is just a menu view controller // when config form is closed, it moves away from RAM - // and it should just does anything related to the config form + // and it should just do anything related to the config form private ShadowsocksController controller; private UpdateChecker updateChecker;