[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master c6d5666 1/2: packages/excorporate: Fix comment typo.
From: |
Thomas Fitzsimmons |
Subject: |
[elpa] master c6d5666 1/2: packages/excorporate: Fix comment typo. |
Date: |
Fri, 24 May 2019 21:05:15 -0400 (EDT) |
branch: master
commit c6d566633276259d78bed7046a41348186555d32
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>
packages/excorporate: Fix comment typo.
* packages/excorporate/excorporate-diary.el
(exco-diary-insert-meeting): Fix comment typo.
---
packages/excorporate/excorporate-diary.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/excorporate/excorporate-diary.el
b/packages/excorporate/excorporate-diary.el
index c4c94e1..a418f71 100644
--- a/packages/excorporate/excorporate-diary.el
+++ b/packages/excorporate/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.