From 64a09eb0f8a99fcbd8311f2a4efbec6352ba3c45 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:06:47 +0000 Subject: [PATCH] Fix typo in TestBase.cs comment: 'akways' -> 'always' Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com> --- tests/SharpCompress.Test/TestBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SharpCompress.Test/TestBase.cs b/tests/SharpCompress.Test/TestBase.cs index e65305e1..702d6bca 100644 --- a/tests/SharpCompress.Test/TestBase.cs +++ b/tests/SharpCompress.Test/TestBase.cs @@ -55,7 +55,7 @@ public class TestBase : IAsyncDisposable Directory.CreateDirectory(SCRATCH2_FILES_PATH); } - //akways use async dispose since we have I/O and sync Dispose doesn't wait when using xunit + //always use async dispose since we have I/O and sync Dispose doesn't wait when using xunit public async ValueTask DisposeAsync() { await Task.CompletedTask;