emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Fix various typos
@ 2020-05-13 20:29 Jonas Bernoulli
  2020-05-13 20:29 ` [PATCH 1/1] Fix typos Jonas Bernoulli
  2020-05-14  3:34 ` [PATCH 0/1] Fix various typos Kyle Meyer
  0 siblings, 2 replies; 3+ messages in thread
From: Jonas Bernoulli @ 2020-05-13 20:29 UTC (permalink / raw)
  To: emacs-orgmode

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-14  3:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 20:29 [PATCH 0/1] Fix various typos Jonas Bernoulli
2020-05-13 20:29 ` [PATCH 1/1] Fix typos Jonas Bernoulli
2020-05-14  3:34 ` [PATCH 0/1] Fix various typos Kyle Meyer

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).