From 1d65aa91a63879da93e7f12d3e6dc41abd063d54 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Fri, 22 May 2026 16:25:25 +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 @@ def mod_mapping(self) -> Iterable[mobase.Mapping]: 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"