From ca07368f7b8c80154e98ec18c726f20fa55b2a16 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Sat, 23 May 2026 17:30:13 +0200 Subject: [PATCH] Fix small typo in FF7 Rebirth plugin name --- games/game_finalfantasy7rebirth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/game_finalfantasy7rebirth.py b/games/game_finalfantasy7rebirth.py index c592824..5c56cf5 100644 --- a/games/game_finalfantasy7rebirth.py +++ b/games/game_finalfantasy7rebirth.py @@ -83,7 +83,7 @@ class FinalFantasy7RebirthFileManager: class FinalFantasy7RebirthGame(BasicGame, mobase.IPluginFileMapper): - Name = "Final Fasntasy 7 Rebirth Support Plugin" + Name = "Final Fantasy 7 Rebirth Support Plugin" Author = "diegofesanto, TheUnlocked" Version = "0.0.1"