summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/sqlite/date.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/sqlite/date.c')
-rw-r--r--src/3rdparty/sqlite/date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/sqlite/date.c b/src/3rdparty/sqlite/date.c
index 35307518..03b66add 100644
--- a/src/3rdparty/sqlite/date.c
+++ b/src/3rdparty/sqlite/date.c
@@ -28,7 +28,7 @@
** 1970-01-01 00:00:00 is JD 2440587.5
** 2000-01-01 00:00:00 is JD 2451544.5
**
-** This implemention retquires years to be expressed as a 4-digit number
+** This implemention requires years to be expressed as a 4-digit number
** which means that only dates between 0000-01-01 and 9999-12-31 can
** be represented, even though julian day numbers allow a much wider
** range of dates.