summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-14 12:24:31 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-14 12:32:48 +0200
commitd19834dfda2804a3d0fd9a5b676aa9fff331df61 (patch)
tree3861f85827ee632fc5eb1666a7774a2c74537184
parent76878ce6a0221ee39fdff1850634a5b001120635 (diff)
downloademacs-d19834dfda2804a3d0fd9a5b676aa9fff331df61.tar.gz
; Fix typos
-rw-r--r--ChangeLog.35
-rw-r--r--lisp/gnus/ChangeLog.32
-rw-r--r--lisp/play/mpuz.el2
3 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 9de03321494..aa14036b5ba 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -332,7 +332,7 @@
This fixes bug#55684. There, with a minibuffer-only frame at start up,
Emacs tried to switch to this frame, whose selected window was the
mini-window. There is no other active window in this frame, so the
- attempt to swith to another window failed.
+ attempt to switch to another window failed.
* src/frame.c (do_switch_frame): On switching to a frame whose selected
window is as above, before selecting the most recently used window, check
@@ -217680,8 +217680,7 @@
Stick with debbugs-supported tags in triage
* admin/notes/bug-triage: Stick to the tag "unreproducible", which
- debbugs supports, rather than suggesting "doneunreproducible" or
- "unreproducable".
+ debbugs supports.
2016-09-26 Paul Eggert <eggert@cs.ucla.edu>
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3
index f3324b29190..c33c76f68d0 100644
--- a/lisp/gnus/ChangeLog.3
+++ b/lisp/gnus/ChangeLog.3
@@ -21361,7 +21361,7 @@
to get all the groups a message ID is in.
* spam-stat.el (spam-stat-split-fancy-spam-threshold)
- (spam-stat-split-fancy): Change "threshhold" to "threshold".
+ (spam-stat-split-fancy): Fix typo for "threshold".
(spam-stat-score-buffer-user-functions): Add :number custom type.
2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el
index 860ba4817ec..b2e0967fa24 100644
--- a/lisp/play/mpuz.el
+++ b/lisp/play/mpuz.el
@@ -161,7 +161,7 @@ You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]."
;; A puzzle also uses a board displaying a multiplication.
-;; Every digit appears in the board, crypted or not.
+;; Every digit appears in the board, encrypted or not.
;;------------------------------------------------------
(defvar mpuz-board (make-vector 10 nil)
"The board associates to any digit the list of squares where it appears.")