From 179eb818a7c240feea26c292de76dd8d4bc7662a Mon Sep 17 00:00:00 2001 From: clowwindy Date: Wed, 14 Jan 2015 01:17:33 +0800 Subject: [PATCH] fix typo --- shadowsocks-csharp/View/QRCodeSplashForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-csharp/View/QRCodeSplashForm.cs b/shadowsocks-csharp/View/QRCodeSplashForm.cs index 73a65a21..bd5bb404 100755 --- a/shadowsocks-csharp/View/QRCodeSplashForm.cs +++ b/shadowsocks-csharp/View/QRCodeSplashForm.cs @@ -247,7 +247,7 @@ namespace Shadowsocks.View if (bitmap.PixelFormat != PixelFormat.Format32bppArgb) throw new ApplicationException("The bitmap must be 32ppp with alpha-channel."); - // The ideia of this is very simple, + // The idea of this is very simple, // 1. Create a compatible DC with screen; // 2. Select the bitmap with 32bpp with alpha-channel in the compatible DC; // 3. Call the UpdateLayeredWindow.