From: Stefan Kangas <stefan@marxist.se>
To: Org-mode <emacs-orgmode@gnu.org>
Subject: [PATCH] Fix some typos
Date: Thu, 16 Sep 2021 14:40:12 -0700 [thread overview]
Message-ID: <CADwFkmmMr+CrsG0aP0JC4DDd8WZY-YfOmk3JRhsNz9OUOjdDVg@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 80 bytes --]
Please find attached another clean-up patch that fixes a small number of
typos.
[-- Attachment #2: 0001-Fix-some-typos.patch --]
[-- Type: text/x-diff, Size: 4487 bytes --]
From 2619a525d025a8d4359cff440264c1fd3e9581c8 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefan@marxist.se>
Date: Thu, 16 Sep 2021 21:58:35 +0200
Subject: [PATCH] ; Fix some typos
---
doc/org-manual.org | 4 ++--
etc/ORG-NEWS | 2 +-
lisp/ob-java.el | 2 +-
lisp/org-plot.el | 6 +++---
lisp/org.el | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 61b743346..249a2f7d9 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -13880,7 +13880,7 @@ The LaTeX export back-end converts horizontal rules by the specified
The LaTeX export back-end accepts four attributes for verse blocks:
=:lines=, =:center=, =:versewidth= and =:latexcode=. The three first
-require the external LaTeX package =verse.sty=, wich is an extension
+require the external LaTeX package =verse.sty=, which is an extension
of the standard LaTeX environment. The purpose of these attributes is
explained below.
@@ -13904,7 +13904,7 @@ A complete example with Shakespeare's first sonnet:
From fairest creatures we desire increase,
That thereby beauty’s rose might never die,
But as the riper should by time decrease,
-His tender heir mught bear his memeory:
+His tender heir mught bear his memory:
But thou, contracted to thine own bright eyes,
Feed’st thy light’st flame with self-substantial fuel,
Making a famine where abundance lies,
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 83a67da96..ad6cfa3f7 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -253,7 +253,7 @@ that Org mode configures LaTeX to process any new float type.
The LaTeX export back-end accepts four attributes for verse blocks:
=:lines=, =:center=, =:versewidth= and =:latexcode=. The three first
-require the external LaTeX package =verse.sty=, wich is an extension
+require the external LaTeX package =verse.sty=, which is an extension
of the standard LaTeX environment. The purpose of these attributes is
explained below.
diff --git a/lisp/ob-java.el b/lisp/ob-java.el
index 54d909061..c93c65b7f 100644
--- a/lisp/ob-java.el
+++ b/lisp/ob-java.el
@@ -472,7 +472,7 @@ If RESULT-TYPE equals `output' then return standard output as a
string. If RESULT-TYPE equals `value' then return the value
returned by the source block, as elisp.
-RESULT-PARAMS input params used to format the reponse.
+RESULT-PARAMS input params used to format the response.
RESULT-FILE filename of the tempfile to store the returned value in
for `value' RESULT-TYPE. Not used for `output' RESULT-TYPE."
diff --git a/lisp/org-plot.el b/lisp/org-plot.el
index 0e5032b48..be599b02d 100644
--- a/lisp/org-plot.el
+++ b/lisp/org-plot.el
@@ -230,7 +230,7 @@ If HARD-MIN and HARD-MAX can be used to fix the ends of the axis."
(defun org--plot/nice-frequency-pick (frequencies)
"From a list of FREQUENCIES, try to sensibly pick a sample of the most frequent."
- ;; TODO this mosly works decently, but counld do with some tweaking to work more consistently.
+ ;; TODO this mosly works decently, but could do with some tweaking to work more consistently.
(cl-case (length frequencies)
(1 (list (car (nth 0 frequencies))))
(2 (if (<= 3 (/ (cdr (nth 0 frequencies))
@@ -354,7 +354,7 @@ the argument, and must return a string to be used."
(radar :plot-func
(lambda (table _data-file _num-cols params plot-str)
(list (org--plot/radar table params)))))
- "List of plists describing the avalible plot types.
+ "List of plists describing the available plot types.
The car is the type name, and the property :plot-func must be
set. The value of :plot-func is a lambda which yields plot-lines
\(a list of strings) as the cdr.
@@ -405,7 +405,7 @@ set angles degree
set key bmargin center horizontal
unset border
-# Load data and settup
+# Load data and setup
load \"%s\"
# General settings
diff --git a/lisp/org.el b/lisp/org.el
index c265a34a6..8b9d57157 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -8857,7 +8857,7 @@ If the file does not exist, throw an error."
(save-window-excursion
(message "Running %s...done" cmd)
;; Handlers such as "gio open" and kde-open5 start viewer in background
- ;; and exit immediately. Use pipe connnection type instead of pty to
+ ;; and exit immediately. Use pipe connection type instead of pty to
;; avoid killing children processes with SIGHUP when temporary terminal
;; session is finished.
;;
--
2.30.2
next reply other threads:[~2021-09-16 21:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-16 21:40 Stefan Kangas [this message]
2021-09-17 9:03 ` [PATCH] Fix some typos Timothy
2021-09-17 10:05 ` Marco Wahl
2021-09-17 10:26 ` Stefan Kangas
2021-09-22 16:47 ` Max Nikulin
2021-09-22 20:18 ` Juan Manuel Macías
2021-09-23 14:49 ` Max Nikulin
2021-09-24 6:03 ` Loris Bennett
2021-09-24 12:23 ` Juan Manuel Macías
2021-09-25 11:08 ` Marco Wahl
2021-09-29 10:34 ` Max Nikulin
2021-09-29 11:09 ` Marco Wahl
2021-09-29 11:11 ` Bastien Guerry
2021-09-25 11:47 ` [PATCH] org-manual.org, ORG-NEWS: fix Shakespeare' sonnet and another, typo Max Nikulin
2021-09-29 11:14 ` [PATCH] Fix some typos Bastien
2021-09-23 10:25 ` Marco Wahl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CADwFkmmMr+CrsG0aP0JC4DDd8WZY-YfOmk3JRhsNz9OUOjdDVg@mail.gmail.com \
--to=stefan@marxist.se \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.