branch: elpa/org-mime
commit e5e4c590223b7b3901746ca49b3d637d7fa47645
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
fixed some typo
---
org-mime.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/org-mime.el b/org-mime.el
index c35e96cb6a..04094e69e0 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -125,7 +125,7 @@
:type 'boolean)
(defcustom org-mime-use-property-inheritance nil
- "Non-nil means al MAIL_ properties apply also for sublevels."
+ "Non-nil means al MAIL_ properties apply also for sub-levels."
:group 'org-mime
:type 'boolean)
@@ -522,7 +522,7 @@ If called with an active region only export that region,
otherwise entire body."
(defun org-mime-compose (exported file to subject headers subtreep)
"Create mail body from EXPORTED in FILE with TO, SUBJECT, HEADERS.
-If SUBTREEP is t, curret org node is subtree."
+If SUBTREEP is t, current org node is subtree."
;; start composing mail
(let* ((html (car exported))
(plain (cdr exported))