Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Jul 21, 2024
1 parent bf5fabe commit 81b6b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp_plugin_adapter/ksp_plugin_adapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ public static double RadiusAt(CelestialBody centre,
centre.name);
}
if (double.IsNaN(centre.Radius)) {
Log.Fatal("Radius is NaN for celestial " + centre.name);
Log.Fatal("Radius is NaN for celestial " + centre.name);
}
return altitude + centre.Radius;
}
Expand Down

0 comments on commit 81b6b3a

Please sign in to comment.