Skip to content

Commit

Permalink
Merge pull request #557 from iamjplant/FixSpellingMistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle authored Feb 6, 2024
2 parents bf9a2fe + 649585c commit 9f5f54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NetSparkle/SparkleUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ private async void OnWorkerDoWork(object sender, DoWorkEventArgs e)
LoopFinished?.Invoke(this, isUpdateAvailable);

// report wait statement
LogWriter.PrintMessage("Sleeping for an other {0} minutes, exit event or force update check event", _checkFrequency.TotalMinutes);
LogWriter.PrintMessage("Sleeping for another {0} minutes, exit event or force update check event", _checkFrequency.TotalMinutes);

// wait for
if (!goIntoLoop || _cancelToken.IsCancellationRequested)
Expand Down Expand Up @@ -2138,7 +2138,7 @@ private async void OnWorkerDoWork(object sender, DoWorkEventArgs e)
break;
}

// check an other check needed
// check another check needed
if (i == 1)
{
LogWriter.PrintMessage("Got force update check signal");
Expand Down

0 comments on commit 9f5f54a

Please sign in to comment.