summaryrefslogtreecommitdiffstats
path: root/common/gettime.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-06-05 09:46:12 +0200
committerWerner Koch <wk@gnupg.org>2008-06-05 09:46:12 +0200
commitb11af4cf50ff2f8de1fda9a77ebb4ccf5cc926c0 (patch)
treefe1ea0381e7b94e4b69e7322bf143569486cb61b /common/gettime.c
parentChanges the header presented before requesting the user ID. (diff)
downloadgnupg2-b11af4cf50ff2f8de1fda9a77ebb4ccf5cc926c0.tar.xz
gnupg2-b11af4cf50ff2f8de1fda9a77ebb4ccf5cc926c0.zip
As a failsafe measure use memcpy instead of strcpy in gnupg_copy_time.
Typo fix.
Diffstat (limited to 'common/gettime.c')
-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)
{