From cb73a165c263c5a821b3085c57dd1ae2273c0743 Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Sun, 12 May 2019 22:34:33 +0300 Subject: [PATCH] Typo in comment --- Eve-O-Preview/Services/Implementation/DwmThumbnail.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eve-O-Preview/Services/Implementation/DwmThumbnail.cs b/Eve-O-Preview/Services/Implementation/DwmThumbnail.cs index 873ded8..7562929 100644 --- a/Eve-O-Preview/Services/Implementation/DwmThumbnail.cs +++ b/Eve-O-Preview/Services/Implementation/DwmThumbnail.cs @@ -42,7 +42,7 @@ namespace EveOPreview.Services.Implementation { // This exception is raised if the source client is already closed // Can happen on a really slow CPU's that the window is still being - // lised in the process list yet it already cannot be used as + // listed in the process list yet it already cannot be used as // a thumbnail source this._handle = IntPtr.Zero; }