Text and Sound: Spelling error

This commit is contained in:
Applevangelist 2022-04-10 14:58:47 +02:00
parent d1f1f14bc3
commit 277409a807

View File

@ -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