diff options
Diffstat (limited to 'users/sterni/mblog/note.lisp')
-rw-r--r-- | users/sterni/mblog/note.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/sterni/mblog/note.lisp b/users/sterni/mblog/note.lisp index 93d9231aa293..b1f903c9a7aa 100644 --- a/users/sterni/mblog/note.lisp +++ b/users/sterni/mblog/note.lisp @@ -56,7 +56,7 @@ :initarg :mime-subtype :reader apple-note-mime-subtype)) (:documentation - "Representation of a Note created using Apple's Notes using the IMAP backend")) + "Representation of a Note created using Apple's Notes via the IMAP backend")) (defun apple-note-p (msg) "Checks X-Uniform-Type-Identifier of a MIME:MIME-MESSAGE |