[PATCH] Fix typo in emms-tag-editor.el

Scarlett McAllister <[email protected]>
Newsgroups gmane.emacs.emms.user
Message-ID <[email protected]>
Patch for a small typo I noticed while exploring EMMS' tag editing.

Scarlett
0001-Fix-typo.patch (text/x-patch, 876 B)
From 107078daf2ddd5ce487223c0682b7cafd069108d Mon Sep 17 00:00:00 2001
From: Scarlett <[email protected]>
Date: Thu, 11 May 2023 19:23:23 -0300
Subject: [PATCH] Fix typo

---
 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 4595bf6..fc2eae5 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)
-- 
2.34.1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.