diff options
Diffstat (limited to 'time/zic.c')
-rw-r--r-- | time/zic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/zic.c b/time/zic.c index f75834c6c3..5a0063ab4b 100644 --- a/time/zic.c +++ b/time/zic.c @@ -1,6 +1,6 @@ #ifndef lint #ifndef NOID -static char elsieid[] = "@(#)zic.c 7.79"; +static char elsieid[] = "@(#)zic.c 7.80"; #endif /* !defined NOID */ #endif /* !defined lint */ @@ -1697,7 +1697,7 @@ const int zonecount; (void) strcpy(startbuf, zp->z_format); eat(zp->z_filename, zp->z_linenum); if (*startbuf == '\0') -error(_("can't determine time zone abbrevation to use just after until time")); +error(_("can't determine time zone abbreviation to use just after until time")); else addtt(starttime, addtype(startoff, startbuf, startoff != zp->z_gmtoff, |