diff lisp/gnus/gnus-diary.el @ 106837:855f55740303

Fix typos in comments.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jan 2010 19:37:23 +0100
parents 1d1d5d9bd884
children 8d09094063d0 376148b31b5e
line wrap: on
line diff
--- a/lisp/gnus/gnus-diary.el	Thu Jan 14 19:29:36 2010 +0100
+++ b/lisp/gnus/gnus-diary.el	Thu Jan 14 19:37:23 2010 +0100
@@ -158,7 +158,7 @@
 ;; I just ignore it.
 ;;;###autoload
 (defun gnus-user-format-function-d (header)
-  ;; Returns an aproximative delay string for the next occurence of this
+  ;; Returns an aproximative delay string for the next occurrence of this
   ;; message. The delay is given only in the first non zero unit.
   ;; Code partly stolen from article-make-date-line
   (let* ((extras (mail-header-extra header))
@@ -195,7 +195,7 @@
 ;; I just ignore it.
 ;;;###autoload
 (defun gnus-user-format-function-D (header)
-  ;; Returns a formatted time string for the next occurence of this message.
+  ;; Returns a formatted time string for the next occurrence of this message.
   (let* ((extras (mail-header-extra header))
 	 (sched (gnus-diary-header-schedule extras))
 	 (occur (nndiary-next-occurence sched (current-time))))