The attached patch fixes two typos.
From bb00d528679174337dd9c7bdddd26ee1514a21ce Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankan...@gmail.com>
Date: Sat, 3 Dec 2022 11:43:51 +0100
Subject: [PATCH] ; 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 1f0169397..59ef8c33b 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 32026b74e..a2ceb3916 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:"
-- 
2.35.1

Reply via email to