From 634cf57687bb89e417b304b566599af65c095d2b Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Mon, 8 Dec 2014 09:10:56 -0800 Subject: [PATCH] Fixed typo in comments. --- mp_suggest.hy | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mp_suggest.hy b/mp_suggest.hy index 9e9258a..b019023 100755 --- a/mp_suggest.hy +++ b/mp_suggest.hy @@ -99,13 +99,13 @@ ; ; Artist: ; (1) Command Line -; (2) Command Line UseDir +; (2) Command Line Force-Use-Dir ; (3) In Existing Tag ; (4) Found Dir ; ; Album: ; (1) Command line -; (2) Command Line UseDir +; (2) Command Line Force-Use-Dir ; (3) Found-Likely ; (4) Found Dir ; @@ -114,9 +114,9 @@ ; (2) Found-Likely ; ; Title: -; (1) Command Line UseDir -; (1) In Existing Tag -; (2) Derived From Filename +; (1) Command Line Force-Use-Filename +; (2) In Existing Tag +; (3) Derived From Filename (defn make-artist-deriver [opts found likely] (cond [(.has_key opts "artist") (fn [tag file] (get opts "artist"))]