replaced 'times' by 'dates'

This commit is contained in:
Andreas Steffen
2006-10-25 08:32:32 +00:00
parent d489707eab
commit fea60bb577
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
/** /**
* printf specifier for printing crls. When using the * printf specifier for printing crls. When using the
* #-modifier, an additional bool argument defines if times * #-modifier, an additional bool argument defines if dates
* are printed in UTC. * are printed in UTC.
*/ */
#define CRL_PRINTF_SPEC 'U' #define CRL_PRINTF_SPEC 'U'
+1 -1
View File
@@ -32,7 +32,7 @@
/** /**
* printf specifier for printing certificates. When using the * printf specifier for printing certificates. When using the
* #-modifier, an additional bool argument defines if times * #-modifier, an additional bool argument defines if dates
* are printed in UTC. * are printed in UTC.
*/ */
#define X509_PRINTF_SPEC 'Q' #define X509_PRINTF_SPEC 'Q'