From 1ea1b4b9f6b08583f457f3e04ac575c7bc29bc39 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Fri, 15 Aug 2025 09:41:34 -0400 Subject: [PATCH] Fix typo --- smocore/include/fantasyArtificedMentalPhenomenon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smocore/include/fantasyArtificedMentalPhenomenon.h b/smocore/include/fantasyArtificedMentalPhenomenon.h index 07208b6..54ad63a 100644 --- a/smocore/include/fantasyArtificedMentalPhenomenon.h +++ b/smocore/include/fantasyArtificedMentalPhenomenon.h @@ -12,12 +12,12 @@ class FictionalFantasyArtificedMentalPhenomenon typedef FictionalFantasyArtificedMentalPhenomenon Fictenon; -class AspirationFantasyArtificedMentalPhenomenon +class AspirationalFantasyArtificedMentalPhenomenon : public FantasyArtificedMentalPhenomenon { }; -typedef AspirationFantasyArtificedMentalPhenomenon Aspanon; +typedef AspirationalFantasyArtificedMentalPhenomenon Aspanon; } // namespace smo