From 649585c9eab382264e509d59a7efbd25099cacfd Mon Sep 17 00:00:00 2001 From: iamjplant Date: Tue, 6 Feb 2024 15:29:51 -0500 Subject: [PATCH] corrected spelling mistake of "an other" --- src/NetSparkle/SparkleUpdater.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NetSparkle/SparkleUpdater.cs b/src/NetSparkle/SparkleUpdater.cs index af95c59e..22aa6e38 100644 --- a/src/NetSparkle/SparkleUpdater.cs +++ b/src/NetSparkle/SparkleUpdater.cs @@ -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) @@ -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");