Skip to content

Commit 8aa74bc

Browse files
committed
typo
1 parent f6c23aa commit 8aa74bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MicroEngineer/Utilities/TransferInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private static bool CalculateParameters()
5656
from.localPosition = Utility.ActiveVessel.Orbit.Position.localPosition;
5757
from.currentOrbit = Utility.ActiveVessel.Orbit;
5858

59-
// Inner lookp => ActiveVessel (from)
59+
// Inner loop => ActiveVessel (from)
6060
for (int j = 0; j < numberOfLoopTries; j++)
6161
{
6262
if (from.referenceBody == to.referenceBody)

0 commit comments

Comments
 (0)