From aa1ad9fd64b83db074cb1738cd56ecfa95228320 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 8 Jul 2025 01:07:19 +0100 Subject: [PATCH] Typo. --- RomRepoMgr.Core/Filesystem/Fuse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RomRepoMgr.Core/Filesystem/Fuse.cs b/RomRepoMgr.Core/Filesystem/Fuse.cs index 94f9dba..a8b5104 100644 --- a/RomRepoMgr.Core/Filesystem/Fuse.cs +++ b/RomRepoMgr.Core/Filesystem/Fuse.cs @@ -28,7 +28,7 @@ public sealed class Fuse : FileSystem _directoryCache = new ConcurrentDictionary>(); _lastHandle = 0; _fileStatHandleCache = new ConcurrentDictionary(); - Name = "romrepombgrfs"; + Name = "romrepomgrfs"; _vfs = vfs; }