emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/excorporate f5abc2a 36/93: packages/excorporate: Fix co


From: Stefan Monnier
Subject: [elpa] externals/excorporate f5abc2a 36/93: packages/excorporate: Fix comment typo.
Date: Sun, 29 Nov 2020 15:43:04 -0500 (EST)

branch: externals/excorporate
commit f5abc2a4b373d43a0c06f2e840b9e781c28cef05
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    packages/excorporate: Fix comment typo.
    
    * packages/excorporate/excorporate-diary.el
    (exco-diary-insert-meeting): Fix comment typo.
---
 excorporate-diary.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/excorporate-diary.el b/excorporate-diary.el
index c4c94e1..a418f71 100644
--- a/excorporate-diary.el
+++ b/excorporate-diary.el
@@ -123,7 +123,7 @@ Call FINALIZE after the meeting has been inserted."
   (when (not (string-match "^Cancel[l]?ed: " subject))
     ;; FIXME: Sometimes meetings are duplicated if they have
     ;; overlapping (and (diary-cyclic ...) (diary-block ...)) ranges,
-    ;; e.g., on in the today file and one in the transient file.
+    ;; e.g., one in the today file and one in the transient file.
     ;; Maybe we should de-duplicate them in the final display.  If the
     ;; meeting start time is sometime today then put it in today's
     ;; diary file, otherwise put it in the transient one.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]