commit 7a9edf7ae51d128c65e0cbc73471224d08fc17e1
parent 77d57dc9458b328202a2e7b55b6af2ab0adf898d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 24 Oct 2025 15:42:39 +0200
stardis: fix a typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/stardis_smeteo.c b/src/stardis_smeteo.c
@@ -203,7 +203,7 @@ compute_sun_position
const double time, /* [s] */
struct scem_sun_pos* sun)
{
-/* Star-CElestial-Mechanics */
+ /* Star-CElestial-Mechanics */
struct scem_location pos = SCEM_LOCATION_NULL;
/* Time and date */