summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))))