summaryrefslogtreecommitdiffhomepage
path: root/not/Platform.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Platform.lua')
-rw-r--r--not/Platform.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/not/Platform.lua b/not/Platform.lua
index 0c03e73..5ee2dd7 100644
--- a/not/Platform.lua
+++ b/not/Platform.lua
@@ -19,7 +19,7 @@ function Platform:new (game, world, x, y, shape, sprite, animations)
return o
end
--- Initializator of `Platform`.
+-- Initializer of `Platform`.
function Platform:init (animations, shape, world, x, y, imagePath)
PhysicalBody.init(self, world, x, y, imagePath)
self:setAnimationsList(animations)