diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 18:44:06 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 18:44:06 +0000 |
commit | 0226922c76f7b003333c501a5cd71113765842a8 (patch) | |
tree | 4733d8ab8a2e094c5a87191f9e5b5a35bea2af94 /src/ChangeLog.3 | |
parent | ed1dace6c7992221ad4574587c6bdc976f0e4b1f (diff) | |
download | emacs-0226922c76f7b003333c501a5cd71113765842a8.tar.gz |
Fix "daylight savings" -> "daylight saving" typo.
Diffstat (limited to 'src/ChangeLog.3')
-rw-r--r-- | src/ChangeLog.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index 343eec689a2..d6e1dff4e32 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 @@ -5706,7 +5706,7 @@ HAVE_TIMEVAL is defined and NEED_TIME_H isn't. * systime.h: Note that the tz_dsttime field of the struct timezone - returned by gettimeofday doesn't say whether daylight savings is + returned by gettimeofday doesn't say whether daylight saving is _currently- active; rather it specifies whether it is *ever* active. (EMACS_GET_TZ_OFFSET_AND_SAVINGS): Removed `savings_flag' |