emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/debbugs 1fa3c71f94 1/2: ; Fix typos


From: Stefan Kangas
Subject: [elpa] externals/debbugs 1fa3c71f94 1/2: ; Fix typos
Date: Mon, 12 Dec 2022 17:24:18 -0500 (EST)

branch: externals/debbugs
commit 1fa3c71f94e33a5a7d0d3751562940654ad903e7
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typos
---
 debbugs-gnu.el    | 8 ++++----
 instructions.texi | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index d5cb7432e9..bd70ca95eb 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -449,7 +449,7 @@ The specification which bugs shall be suppressed is taken 
from
 See `debbugs-gnu-package' for an alternative.")
 
 (defcustom debbugs-gnu-emacs-current-release "28.1"
-  "The current Emacs relase developped for."
+  "The current Emacs release developed for."
   :type '(choice (const "24.5")
                 (const "25.1") (const "25.2")
                 (const "26.1") (const "26.3")
@@ -2172,7 +2172,7 @@ Throws error if git returns non-zero."
   "Return (REMOTE . INFO-ALIST).
 Where REMOTE is a string naming a git remote which matches the
 REMOTE-REGEXP key of a `debbugs-gnu-git-remote-info-alist' entry.
-INFO-ALIST is the correponding value of the entry.  If no entry
+INFO-ALIST is the corresponding value of the entry.  If no entry
 matches, return nil."
   (with-temp-buffer
     (debbugs-gnu--git-insert "remote" "-v")
@@ -2488,7 +2488,7 @@ or bug ranges, with default to 
`debbugs-gnu-default-bug-number-list'."
   (dolist (elt bugs)
     (unless (natnump elt) (signal 'wrong-type-argument (list 'natnump elt))))
   (add-to-list 'debbugs-gnu-current-query (cons 'bugs bugs))
-  ;; We do not suppress bugs requested explicitely.
+  ;; We do not suppress bugs requested explicitly.
   (setq debbugs-gnu-current-suppress nil)
   (debbugs-gnu nil)
   (when (called-interactively-p 'interactive)
@@ -2539,7 +2539,7 @@ If SELECTIVELY, query the user before applying the patch."
     (with-current-buffer output-buffer
       (erase-buffer))
     (gnus-summary-select-article nil t)
-    ;; The patches are either in MIME attachements or the main article
+    ;; The patches are either in MIME attachments or the main article
     ;; buffer.  Determine which.
     (with-current-buffer gnus-article-buffer
       (dolist (handle (mapcar #'cdr (gnus-article-mime-handles)))
diff --git a/instructions.texi b/instructions.texi
index fa4e9d2d13..5594a0c604 100644
--- a/instructions.texi
+++ b/instructions.texi
@@ -350,7 +350,7 @@ the requirements for archival, ignoring time.
 @anchor{Mail Command Index: unarchive}
 @item unarchive bugnumber
 Unarchives a bug that was previously archived. Unarchival should
-generally be coupled with reopen and found/fixed as approprite.
+generally be coupled with reopen and found/fixed as appropriate.
 Bugs that have been unarchived can be archived using archive
 assuming the non-time based archival requirements are met.
 



reply via email to

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