Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
fixed a typo in a comment.
  • Loading branch information
zolong1 authored Oct 27, 2019
1 parent 0ff49c8 commit 5e9a3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wumgr/UpdateDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

This comment has been minimized.

Copy link
@koitsu

koitsu May 12, 2023

"let's" not "lets"

mCurrentTask++;
}

Expand Down

0 comments on commit 5e9a3d1

Please sign in to comment.