From fce112d99bd621d9edba1e1454c56ca856e61316 Mon Sep 17 00:00:00 2001 From: gopicolo Date: Tue, 27 Jan 2026 13:48:13 -0300 Subject: [PATCH] Fix typo in Guyzware description --- ArcFormats/Guyzware/ArcDat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/Guyzware/ArcDat.cs b/ArcFormats/Guyzware/ArcDat.cs index 6dfd61f1..85c1c8ef 100644 --- a/ArcFormats/Guyzware/ArcDat.cs +++ b/ArcFormats/Guyzware/ArcDat.cs @@ -10,7 +10,7 @@ namespace GameRes.Formats.Guyzware public class GdpOpener : ArchiveFormat { public override string Tag => "DAT/GDP"; - public override string Description => "Guyzware engine" + public override string Description => "Guyzware engine"; public override uint Signature => 0; public override bool IsHierarchic => false; public override bool CanWrite => false;