aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2007-03-17 18:44:06 +0000
committerChong Yidong2007-03-17 18:44:06 +0000
commit0226922c76f7b003333c501a5cd71113765842a8 (patch)
tree4733d8ab8a2e094c5a87191f9e5b5a35bea2af94 /src
parented1dace6c7992221ad4574587c6bdc976f0e4b1f (diff)
downloademacs-0226922c76f7b003333c501a5cd71113765842a8.tar.gz
emacs-0226922c76f7b003333c501a5cd71113765842a8.zip
Fix "daylight savings" -> "daylight saving" typo.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.32
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 @@
5706 HAVE_TIMEVAL is defined and NEED_TIME_H isn't. 5706 HAVE_TIMEVAL is defined and NEED_TIME_H isn't.
5707 5707
5708 * systime.h: Note that the tz_dsttime field of the struct timezone 5708 * systime.h: Note that the tz_dsttime field of the struct timezone
5709 returned by gettimeofday doesn't say whether daylight savings is 5709 returned by gettimeofday doesn't say whether daylight saving is
5710 _currently- active; rather it specifies whether it is *ever* 5710 _currently- active; rather it specifies whether it is *ever*
5711 active. 5711 active.
5712 (EMACS_GET_TZ_OFFSET_AND_SAVINGS): Removed `savings_flag' 5712 (EMACS_GET_TZ_OFFSET_AND_SAVINGS): Removed `savings_flag'