Skip to content

Commit 8d1b39c

Browse files
committed
Fix typo
1 parent ac45deb commit 8d1b39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xivModdingFramework/Helpers/ProblemChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public Task<bool> CheckForOutdatedBackups(XivDataFile dataFile, DirectoryInfo ba
148148
new DirectoryInfo(Path.Combine(_gameDirectory.FullName, $"{dataFile.GetDataFileName()}.win32.index"));
149149

150150
// Since the material addition directly adds to section 1 we can no longer check for outdated using that section header
151-
// so instead compare the hahes of sections 2 and 3
151+
// so instead compare the hashes of sections 2 and 3
152152
var backupHashSection2 = _index.GetIndexSection2Hash(backupDataFile);
153153
var currentHashSection2 = _index.GetIndexSection2Hash(currentDataFile);
154154
var backupHashSection3 = _index.GetIndexSection3Hash(backupDataFile);

0 commit comments

Comments
 (0)