LuaAPI: fix simlpe typo
authorWuzzy
Tue, 04 Sep 2018 21:32:46 +0100
changeset 1539 7c038e79eddf
parent 1538 1fa7f4048719
child 1540 badf96a1bf1c
LuaAPI: fix simlpe typo
LuaAPI.wiki
--- a/LuaAPI.wiki	Mon Sep 03 22:46:22 2018 +0100
+++ b/LuaAPI.wiki	Tue Sep 04 21:32:46 2018 +0100
@@ -1060,7 +1060,7 @@
 -- Simple explosion at (100, 50) with radius 50
 Explode(100, 50, 50)
 
--- Simlpe explosion without sound
+-- Simple explosion without sound
 Explode(100, 50, 50, 0)
 
 -- Fake explosion which only pushes gears but deals no damage to gears and terrain