From bdf17bf4525ece5a8f5bc0708abf7ab41b2574dc Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Tue, 17 Feb 2026 13:44:57 +0000 Subject: [PATCH] random mispelling --- src/SharpCompress/Archives/IWritableArchive.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SharpCompress/Archives/IWritableArchive.cs b/src/SharpCompress/Archives/IWritableArchive.cs index 0d17a937..10bd77e9 100644 --- a/src/SharpCompress/Archives/IWritableArchive.cs +++ b/src/SharpCompress/Archives/IWritableArchive.cs @@ -12,7 +12,7 @@ public interface IWritableArchiveCommon /// /// Use this to pause entry rebuilding when adding large collections of entries. Dispose when complete. A using statement is recommended. /// - /// IDisposeable to resume entry rebuilding + /// IDisposable to resume entry rebuilding IDisposable PauseEntryRebuilding(); }