summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-04-22 10:17:22 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-04-22 10:17:22 +0200
commit25e05d32ba5d2ec07b0e6147b87c19386641647d (patch)
treeae210bb9ab26b7eb2fd7aff54b8e9d4d72dc59fd
parent33e5a5786dec56b691b1c6db59d607694f77ea68 (diff)
messages: search-bugs: Fix typo in docstring.
-rw-r--r--mumi/messages.scm2
1 files changed, 1 insertions, 1 deletions
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))))