Skip to content

Commit 3f9934b

Browse files
nikolasimpaktor
authored andcommitted
Fix typo in DebugShip.lua: Foward -> Forward
1 parent 6ae4a48 commit 3f9934b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/modules/Debug/DebugShip.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ function DebugShipTool:drawShipDefInfo(shipDef)
331331
drawKeyValue("Max. Crew", shipDef.maxCrew)
332332

333333
drawKeyValue("Angular Thrust", shipDef.angularThrust)
334-
drawKeyValue("Foward Thrust", shipDef.linearThrust.FORWARD)
334+
drawKeyValue("Forward Thrust", shipDef.linearThrust.FORWARD)
335335
drawKeyValue("Reverse Thrust", shipDef.linearThrust.REVERSE)
336336
drawKeyValue("Up Thrust", shipDef.linearThrust.UP)
337337
drawKeyValue("Down Thrust", shipDef.linearThrust.DOWN)

0 commit comments

Comments
 (0)