Patch for a small typo I noticed while exploring EMMS' tag editing.

Scarlett
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

Reply via email to