emacs-orgmode
[Top][All Lists]
Advanced

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

[PATCH 0/1] Fix various typos


From: Jonas Bernoulli
Subject: [PATCH 0/1] Fix various typos
Date: Wed, 13 May 2020 22:29:08 +0200

There isn't much to be said about the typo fixes in the attached patch.

However, I noticed a few more typos, which I did not fix:

* In CONTRIBUTE several occurances of "maintainance" should be
  replaced with "maintenance".  One of them occurs in a URL to
  a Worg page, which has to be renamed at the same time.

* One of the suggested values for `org-s5-control-visibility'
  is `visibile'.  The correct spelling is "visible".  The value
  is ultimately used like so:

  (format "<meta name='controlVis' content='%s' />"
          (plist-get info :s5-control-visibility))

  I don't know whether this has to be misspelled to function as
  expected, so I did't fix the typo.

Jonas Bernoulli (1):
  Fix typos

 contrib/lisp/org-depend.el | 4 ++--
 doc/org-manual.org         | 2 +-
 lisp/org-clock.el          | 2 +-
 lisp/org.el                | 2 +-
 mk/server.mk               | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.26.0




reply via email to

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