all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Damien Cassou <damien@cassou.me>
To: 38393@debbugs.gnu.org
Subject: bug#38393: 26.3.50; [PATCH][ELPA] Fix typos in dired-du.el
Date: Tue, 26 Nov 2019 21:55:49 +0100	[thread overview]
Message-ID: <87blsy73xm.fsf@cassou.me> (raw)

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

This patch fixes typos in elpa's packages/dired-du/dired-du.el.

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-packages-dired-du-dired-du.el-Fix-typos.patch --]
[-- Type: text/x-patch, Size: 2673 bytes --]

From 39041889c2f27713a12a1f0d274b26eabd039661 Mon Sep 17 00:00:00 2001
From: Damien Cassou <damien@cassou.me>
Date: Tue, 26 Nov 2019 21:54:12 +0100
Subject: [PATCH] * packages/dired-du/dired-du.el: Fix typos

---
 packages/dired-du/dired-du.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/dired-du/dired-du.el b/packages/dired-du/dired-du.el
index 13915222a..bee0aab56 100644
--- a/packages/dired-du/dired-du.el
+++ b/packages/dired-du/dired-du.el
@@ -783,7 +783,7 @@ (defun dired-du--file-in-dir-info-p (file &optional dir-info)
 
 (defun dired-du--create-or-check-dir-info (&optional keep-drop-dirs)
   "Initialize `dired-du-dir-info' and return it.
-Intial value is just a list with the subdir names included in the
+Initial value is just a list with the subdir names included in the
 Dired buffer.  If there are subdirs not included in `dired-du-dir-info'
 then they are added.
 
@@ -1064,7 +1064,7 @@ (defun dired-du-mark-subdir-files (&optional mark must-exist)
   "Mark all files in current subdirectory.
 Optional arg MARK, if non-nil, then is the character mark used.
 Otherwise use `dired-marker-char'.
-Optional arg MUST-EXIST, if non-nil, hide non-existant files.
+Optional arg MUST-EXIST, if non-nil, hide non-existent files.
 
 Directories '.' and '..' are also marked."
   (save-restriction
@@ -1076,7 +1076,7 @@ (defun dired-du-mark-buffer (&optional mark must-exist)
   "Mark all files in the Dired buffer.
 Optional arg MARK, if non-nil, then is the character mark used.
 Otherwise use `dired-marker-char'.
-Optional arg MUST-EXIST, if non-nil, hide non-existant files.
+Optional arg MUST-EXIST, if non-nil, hide non-existent files.
 
 Directories '.' and '..' are also marked."
   (let ((dired-marker-char (or mark dired-marker-char)))
@@ -1505,7 +1505,7 @@ (defun dired-du--toggle-human-readable (&optional no-message)
   (when (and (derived-mode-p 'dired-mode)
              dired-du-find-dired-buffer
              (not dired-du-on-find-dired-ok))
-    (error "Toogle format size in `find-dired' buffers \
+    (error "Toggle format size in `find-dired' buffers \
 is disabled; enable with %s"
            (substitute-command-keys "\\[dired-du-on-find-dired-ok-toggle\]")))
 
@@ -1604,7 +1604,7 @@ (defun dired-du--global-update-dir-info (new-info glob-pos)
 NEW-INFO may be the file info for one file or several.
 
 If NEW-INFO contains information for one file already in
-`dired-du-dir-info', then the new infomation replace
+`dired-du-dir-info', then the new information replace
 the old one.  Otherwise, the new information is added in front to
 \(cdr (nth GLOB-POS `dired-du-dir-info')).
 
-- 
2.23.0


             reply	other threads:[~2019-11-26 20:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26 20:55 Damien Cassou [this message]
2019-11-27  8:04 ` bug#38393: 26.3.50; [PATCH][ELPA] Fix typos in dired-du.el Robert Pluim
2019-11-28  6:24   ` Damien Cassou
2020-01-20 18:27     ` Stefan Kangas

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=87blsy73xm.fsf@cassou.me \
    --to=damien@cassou.me \
    --cc=38393@debbugs.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.