From 5e9a3d1c867972206509312d313c5b48adead650 Mon Sep 17 00:00:00 2001 From: Mohamed Diaby Date: Sun, 27 Oct 2019 14:00:08 +0300 Subject: [PATCH] Typo fix fixed a typo in a comment. --- wumgr/UpdateDownloader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wumgr/UpdateDownloader.cs b/wumgr/UpdateDownloader.cs index ef4dd3d..9a700f1 100644 --- a/wumgr/UpdateDownloader.cs +++ b/wumgr/UpdateDownloader.cs @@ -81,7 +81,7 @@ private void DownloadNextFile() mCurTask.Finished += OnFinished; if (mCurTask.Start()) return; - // Failedto start this task lets try an otehr one + // Failed to start this task lets try another one mCurrentTask++; }