From dee8602ea598744b9cf672e8c1b3e5cd0b005b88 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 30 Jul 2023 08:03:40 +0300 Subject: [PATCH] Correct a typo in cl-transmission.lisp --- src/cl-transmission.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cl-transmission.lisp b/src/cl-transmission.lisp index 03b2157..ef5bf35 100644 --- a/src/cl-transmission.lisp +++ b/src/cl-transmission.lisp @@ -270,7 +270,7 @@ are specified in \"CL-TRANSMISSION.CONSTANTS:+TRANSMISSION-GET-PARAMS+\" The first return value is a list of active torrents. The second return value is a list of removed torrents. Torrents are represented by a hash-table containing -the specified fiels normalized as keywords." +the specified fields normalized as keywords." (check-type ids (or null sequence string (satisfies keyword-all-p))) (check-type fields sequence) (when strict