Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2015-08-27 12:06:31 +02:00
parent c605a96d7f
commit 7a1fed284c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ static const int days[] = { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 33
static const int tm_leap_1970 = 477;
/**
* Converts ASN.1 UTCTIME or GENERALIZEDTIME into calender time
* Converts ASN.1 UTCTIME or GENERALIZEDTIME into calendar time
*/
time_t asn1_to_time(const chunk_t *utctime, asn1_t type)
{