aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-10-25 08:32:32 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-10-25 08:32:32 +0000
commitfea60bb57755dbe0dff645ced711cc8bbe87ffda (patch)
treeaffa7aedfa2251ae94321d7a72f28591d3ef3349
parentd489707eab0cbf71b75b1dffc13af268ec74460f (diff)
downloadstrongswan-fea60bb57755dbe0dff645ced711cc8bbe87ffda.tar.bz2
strongswan-fea60bb57755dbe0dff645ced711cc8bbe87ffda.tar.xz
replaced 'times' by 'dates'
-rwxr-xr-xsrc/libstrongswan/crypto/crl.h2
-rwxr-xr-xsrc/libstrongswan/crypto/x509.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/crypto/crl.h b/src/libstrongswan/crypto/crl.h
index ee9292818..8848e4e47 100755
--- a/src/libstrongswan/crypto/crl.h
+++ b/src/libstrongswan/crypto/crl.h
@@ -32,7 +32,7 @@
/**
* 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.
*/
#define CRL_PRINTF_SPEC 'U'
diff --git a/src/libstrongswan/crypto/x509.h b/src/libstrongswan/crypto/x509.h
index 6c533215b..5799c4f59 100755
--- a/src/libstrongswan/crypto/x509.h
+++ b/src/libstrongswan/crypto/x509.h
@@ -32,7 +32,7 @@
/**
* 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.
*/
#define X509_PRINTF_SPEC 'Q'