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

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

[elpa] externals/emms 271427fcb2: * emms-tag-editor.el: typo


From: ELPA Syncer
Subject: [elpa] externals/emms 271427fcb2: * emms-tag-editor.el: typo
Date: Fri, 12 May 2023 13:58:26 -0400 (EDT)

branch: externals/emms
commit 271427fcb2f4af1495e3527ecde020a5b34e0391
Author: Yoni Rabkin <yrk@gnu.org>
Commit: Yoni Rabkin <yrk@gnu.org>

    * emms-tag-editor.el: typo
    
    fix by Scarlett McAllister
---
 emms-tag-editor.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emms-tag-editor.el b/emms-tag-editor.el
index 4595bf6ef0..fc2eae52e4 100644
--- a/emms-tag-editor.el
+++ b/emms-tag-editor.el
@@ -847,7 +847,7 @@ A pipe is defined like below:
 (defun emms-tag-editor-pipe ()
   "Select and run pipe command to track at point or all marked tracks."
   (interactive)
-  (let* ((pipe-name (completing-read "Please choise pipe: " 
emms-tag-editor-pipe-config)))
+  (let* ((pipe-name (completing-read "Please choose pipe: " 
emms-tag-editor-pipe-config)))
     (when pipe-name
       (if (emms-mark-has-markedp)
           (emms-tag-editor-marked-track-pipe pipe-name)



reply via email to

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