* [PATCH] Fix two typos
@ 2022-12-03 10:50 Stefan Kangas
2022-12-04 13:29 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Kangas @ 2022-12-03 10:50 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 36 bytes --]
The attached patch fixes two typos.
[-- Attachment #2: 0001-Fix-two-typos.patch --]
[-- Type: text/x-diff, Size: 1350 bytes --]
From bb00d528679174337dd9c7bdddd26ee1514a21ce Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-04 13:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-03 10:50 [PATCH] Fix two typos Stefan Kangas
2022-12-04 13:29 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).