Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Falki-git committed Feb 25, 2024
1 parent f6c23aa commit 8aa74bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MicroEngineer/Utilities/TransferInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private static bool CalculateParameters()
from.localPosition = Utility.ActiveVessel.Orbit.Position.localPosition;
from.currentOrbit = Utility.ActiveVessel.Orbit;

// Inner lookp => ActiveVessel (from)
// Inner loop => ActiveVessel (from)
for (int j = 0; j < numberOfLoopTries; j++)
{
if (from.referenceBody == to.referenceBody)
Expand Down

0 comments on commit 8aa74bc

Please sign in to comment.