summaryrefslogtreecommitdiff
path: root/libmateweather/weather-moon.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmateweather/weather-moon.c')
-rw-r--r--libmateweather/weather-moon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmateweather/weather-moon.c b/libmateweather/weather-moon.c
index 33bc0be..1541efc 100644
--- a/libmateweather/weather-moon.c
+++ b/libmateweather/weather-moon.c
@@ -124,7 +124,7 @@ calc_moon (WeatherInfo *info)
ecl2equ (t, lambda_r, beta_r, &ra_h, &decl_r);
/*
- * The phase is the angle from the sun's longitude to the moon's
+ * The phase is the angle from the sun's longitude to the moon's
*/
info->moonphase =
fmod (15.*ra_h - RADIANS_TO_DEGREES (sunEclipLongitude (info->update)),