This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new bdf6d0b Clarify
bdf6d0b is described below
commit bdf6d0b8060545108b58652f9030e6b30783a94d
Author: Sebb <[email protected]>
AuthorDate: Wed Aug 25 10:13:40 2021 +0100
Clarify
---
lib/whimsy/asf/mail.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/mail.rb b/lib/whimsy/asf/mail.rb
index 21a8ef4..dccba3e 100644
--- a/lib/whimsy/asf/mail.rb
+++ b/lib/whimsy/asf/mail.rb
@@ -100,7 +100,7 @@ module ASF
# Params:
# member: true if member
# pmc_chair: true if pmc_chair
- # ldap_pmcs: list of (P)PMC mail_list names
+ # ldap_pmcs: list of (P)PMC mail_list names to which the user belongs
# lid_only: return lid instead of [dom,list,lid]
# Return: an array of entries: lid or [dom,list,lid]
def self.cansub(member, pmc_chair, ldap_pmcs, lidonly = true)