]> diplodocus.org Git - nmh/blobdiff - sbr/datetime.c
dropsbr.c: Flip mbx_open()'s logic to simplify.
[nmh] / sbr / datetime.c
index 20b4be66901f89289cdfab0623215af0bf698831..48f02d4501cc6448e4667ba0db17f15d1fc5f4ab 100644 (file)
@@ -369,7 +369,7 @@ format_datetime (tzdesc_t timezones, const contentline *node) {
 
     /* Find the corresponding tzdesc. */
     for (tz = timezones; dt_timezone && tz; tz = tz->next) {
 
     /* Find the corresponding tzdesc. */
     for (tz = timezones; dt_timezone && tz; tz = tz->next) {
-        /* Property parameter values are case insenstive (RFC 5545
+        /* Property parameter values are case insensitive (RFC 5545
            Sec. 2) and time zone identifiers are property parameters
            (RFC 5545 Sec. 3.8.2.4), though it would seem odd to use
            different case in the same file for identifiers that are
            Sec. 2) and time zone identifiers are property parameters
            (RFC 5545 Sec. 3.8.2.4), though it would seem odd to use
            different case in the same file for identifiers that are