changeset 76509:0c2cf4467655

Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 17 Mar 2007 19:00:52 +0000
parents cebede316492
children 8a08a4e02d74
files src/editfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Sat Mar 17 18:59:51 2007 +0000
+++ b/src/editfns.c	Sat Mar 17 19:00:52 2007 +0000
@@ -1729,7 +1729,7 @@
 between 0 and 23.  DAY is an integer between 1 and 31.  MONTH is an
 integer between 1 and 12.  YEAR is an integer indicating the
 four-digit year.  DOW is the day of week, an integer between 0 and 6,
-where 0 is Sunday.  DST is t if daylight saving time is effect,
+where 0 is Sunday.  DST is t if daylight saving time is in effect,
 otherwise nil.  ZONE is an integer indicating the number of seconds
 east of Greenwich.  (Note that Common Lisp has different meanings for
 DOW and ZONE.)  */)