From 25e05d32ba5d2ec07b0e6147b87c19386641647d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 22 Apr 2020 10:17:22 +0200 Subject: messages: search-bugs: Fix typo in docstring. --- mumi/messages.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumi/messages.scm b/mumi/messages.scm index 760fa90..2f4821d 100644 --- a/mumi/messages.scm +++ b/mumi/messages.scm @@ -259,7 +259,7 @@ result for a while." (define* (search-bugs query #:key (sets '()) (max 400)) "Return a list of all bugs matching the given QUERY string. -Interset the result with the id sets in the list SETS." +Intersect the result with the id sets in the list SETS." (let* ((ids (delete-duplicates (map (compose string->number mu:bugid) (mu:message-list query)))) -- cgit v1.2.3