diff lisp/calendar/calendar.el @ 96364:c5e50585b044

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 02:25:04 +0000
parents 96074e8d2af6
children 6e551caf98f6
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Fri Jun 27 02:23:35 2008 +0000
+++ b/lisp/calendar/calendar.el	Fri Jun 27 02:25:04 2008 +0000
@@ -1415,7 +1415,7 @@
    ;; Put in the days of the month.
    (dotimes (i last)
      (setq day (1+ i))
-     ;; TODO should numbers be left-justified, centred...?
+     ;; TODO should numbers be left-justified, centered...?
      (insert (format (format "%%%dd%%s" calendar-day-digit-width) day
                      (make-string
                       (- calendar-column-width calendar-day-digit-width) ?\s)))