From a3ad9cd18a985fb8942769a18cc848ee3be860db Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 24 Jan 2019 19:35:52 -0500 Subject: tests: Fix typos in Org snippets --- test-org-link-edit.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test-org-link-edit.el') diff --git a/test-org-link-edit.el b/test-org-link-edit.el index d330840..643e26c 100644 --- a/test-org-link-edit.el +++ b/test-org-link-edit.el @@ -556,9 +556,9 @@ website" ;; point is on whitespace. (should (string= - "Here is\[\[http://orgmode.org/\]\[descrption\]\] Org's website " + "Here is\[\[http://orgmode.org/\]\[description\]\] Org's website " (org-test-with-temp-text - "Here is Org's website \[\[http://orgmode.org/\]\[descrption\]\]" + "Here is Org's website \[\[http://orgmode.org/\]\[description\]\]" (org-link-edit-transport-next-link) (buffer-string)))) ;; Fail if point is on a link. @@ -578,7 +578,7 @@ website" ;; Fail if link already has a description. (should-error (org-test-with-temp-text - "Here is Org's website \[\[http://orgmode.org/\]\[descrption\]\]" + "Here is Org's website \[\[http://orgmode.org/\]\[description\]\]" (org-link-edit-transport-next-link) (buffer-string)) :type 'user-error)) -- cgit v1.2.3