aboutsummaryrefslogtreecommitdiffstats
path: root/common/gettime.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/gettime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gettime.c b/common/gettime.c
index 6b7411b2a..c4a9d4844 100644
--- a/common/gettime.c
+++ b/common/gettime.c
@@ -402,7 +402,7 @@ days_per_month (int y, int m)
/* Convert YEAR, MONTH and DAY into the Julian date. We assume that
- it is already noon; we dont; support dates before 1582-10-15. */
+ it is already noon. We do not support dates before 1582-10-15. */
static unsigned long
date2jd (int year, int month, int day)
{