From 277409a807b43e7875c2350cc728186493b5f336 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Sun, 10 Apr 2022 14:58:47 +0200 Subject: [PATCH] Text and Sound: Spelling error --- Moose Development/Moose/Core/TextAndSound.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Core/TextAndSound.lua b/Moose Development/Moose/Core/TextAndSound.lua index edd4a79d8..8a9ea69b5 100644 --- a/Moose Development/Moose/Core/TextAndSound.lua +++ b/Moose Development/Moose/Core/TextAndSound.lua @@ -75,7 +75,7 @@ function TEXTANDSOUND:New(ClassName,Defaultlocale) initentry.Data = {} initentry.Locale = self.locale self.entries[self.locale] = initentry - self:I(self.lid .. "Instatiated.") + self:I(self.lid .. "Instantiated.") self:T({self.entries[self.locale]}) return self end