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 018be3f8 committee.rb: fix spelling (#254)
018be3f8 is described below
commit 018be3f891c77cec1b832e374f59d021fafaed2e
Author: John Bampton <[email protected]>
AuthorDate: Fri Feb 21 01:57:29 2025 +1000
committee.rb: fix spelling (#254)
---
lib/whimsy/asf/committee.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/whimsy/asf/committee.rb b/lib/whimsy/asf/committee.rb
index d88afd68..805069be 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -11,7 +11,7 @@ module ASF
#
# Representation for a committee (either a PMC, a board committee, or
# a President's committee). This data is parsed from
- # <tt>committee-info.txt|.yaml</tt>, and is augmened by data from LDAP,
+ # <tt>committee-info.txt|.yaml</tt>, and is augmented by data from LDAP,
# and ASF::Mail.
#
# Note that the simple attributes which are sourced from
@@ -548,7 +548,7 @@ module ASF
# Any duplicates?
dupes = list.group_by{|x| x.first.downcase}.select{|k,v|v.size!=1}
if dupes.size > 0
- Wunderbar.warn "Dulicate chairs: #{dupes}}"
+ Wunderbar.warn "Duplicate chairs: #{dupes}}"
end
# Extract the non-PMC committees (e-mail address may be absent)
# first drop leading text (and Officers) so we only match non-PMCs