1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Fix 80 typos in comments

(cherry picked from commit 7dca902a85dc02e5df66f0f45a00d1575e7a0220)
This commit is contained in:
Martijn Dekker 2020-03-01 16:52:45 +01:00
parent 53443bb981
commit 39a14c1000
58 changed files with 80 additions and 80 deletions

View file

@ -184,7 +184,7 @@ static short sum[] = { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 36
* tl.time is the seconds since the epoch for the leap event
*
* adding: the first additional second
* subtracting: the first dissappearing second
* subtracting: the first disappearing second
*/
static Tm_leap_t leap[] =
@ -245,10 +245,10 @@ static Tm_zone_t zone[] =
"CAN", "AST", "ADT", ( 4 * 60), TM_DST, /* Atlantic */
0, "NST", 0, ( 3 * 60 + 30), 0, /* Newfoundland */
"GBR", "", "BST", ( 0 * 60), TM_DST, /* British Summer */
"EUR", "WET", "WEST", ( 0 * 60), TM_DST, /* Western Eurpoean */
"EUR", "WET", "WEST", ( 0 * 60), TM_DST, /* Western European */
0, "CET", "CEST", -( 1 * 60), TM_DST, /* Central European */
0, "MET", "MEST", -( 1 * 60), TM_DST, /* Middle European */
0, "EET", "EEST", -( 2 * 60), TM_DST, /* Eastern Eurpoean */
0, "EET", "EEST", -( 2 * 60), TM_DST, /* Eastern European */
"ISR", "IST", "IDT", -( 3 * 60), TM_DST, /* Israel */
"IND", "IST", 0, -( 5 * 60 + 30 ), 0, /* India */
"CHN", "HKT", 0, -( 8 * 60), 0, /* Hong Kong */