; Fix two typos

This commit is contained in:
Stefan Kangas 2022-12-03 11:43:51 +01:00 committed by Ihor Radchenko
parent 81b083b083
commit 60de19f910
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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:"