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

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

[elpa] externals/org 60de19f910 3/3: ; Fix two typos


From: ELPA Syncer
Subject: [elpa] externals/org 60de19f910 3/3: ; Fix two typos
Date: Sun, 4 Dec 2022 08:58:01 -0500 (EST)

branch: externals/org
commit 60de19f910b68340885455d0cb07466f2da544ad
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Ihor Radchenko <yantar92@posteo.net>

    ; Fix two typos
---
 testing/lisp/test-org-datetree.el | 2 +-
 testing/lisp/test-org.el          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/lisp/test-org-datetree.el 
b/testing/lisp/test-org-datetree.el
index 1f0169397c..59ef8c33b1 100644
--- a/testing/lisp/test-org-datetree.el
+++ b/testing/lisp/test-org-datetree.el
@@ -129,7 +129,7 @@
         (org-trim (buffer-string)))))))
 
 (ert-deftest test-org-datetree/find-iso-week-create ()
-  "Test `org-datetree-find-iso-date-create' specificaiton."
+  "Test `org-datetree-find-iso-date-create' specification."
   (let ((org-blank-before-new-entry '((heading . t))))
     ;; When date is missing, create it.
     (should
diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el
index 32026b74ed..a2ceb3916b 100644
--- a/testing/lisp/test-org.el
+++ b/testing/lisp/test-org.el
@@ -5918,7 +5918,7 @@ Paragraph<point>"
 :B: 1
 :END:"
            (org-buffer-property-keys))))
-  ;; Retrieve muliple properties in the same drawer.
+  ;; Retrieve multiple properties in the same drawer.
   (should
    (equal '("A" "B")
          (org-test-with-temp-text "* H\n:PROPERTIES:\n:A: 1\n:B: 2\n:END:"



reply via email to

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