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 f73360ae Remove unneeded duplicate words (#239)
f73360ae is described below
commit f73360ae0f98ab2adacec2a3c51c66d1a372aad6
Author: John Bampton <[email protected]>
AuthorDate: Mon Jan 27 08:41:22 2025 +1000
Remove unneeded duplicate words (#239)
---
.github/workflows/unittestagenda.yml | 2 +-
lib/whimsy/asf/icla.rb | 2 +-
lib/whimsy/asf/rack.rb | 2 +-
tools/agenda_summary.rb | 2 +-
www/members/archivers.cgi | 2 +-
www/members/board-nominate.cgi | 2 +-
www/members/meeting.cgi | 2 +-
www/members/member_nominations.cgi | 2 +-
www/members/proxy.cgi | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index d27182c0..8e1dc4b1 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -75,5 +75,5 @@ jobs:
run: |
npm list # added by Rakefile
echo "${{ env.action_state }}"
- # This will be be true for a successful run
+ # This will be true for a successful run
test "${{ env.action_state }}" != 'failed'
diff --git a/lib/whimsy/asf/icla.rb b/lib/whimsy/asf/icla.rb
index fa590d82..c779a055 100644
--- a/lib/whimsy/asf/icla.rb
+++ b/lib/whimsy/asf/icla.rb
@@ -275,7 +275,7 @@ module ASF
@@availids_reserved = reserved.uniq
end
- # list of all availids that are are taken or reserved
+ # list of all availids that are taken or reserved
# See also ASF::Mail.taken?
def self.availids_taken
self.availids_reserved + self.availids
diff --git a/lib/whimsy/asf/rack.rb b/lib/whimsy/asf/rack.rb
index 7a4365d3..fd5e2f71 100644
--- a/lib/whimsy/asf/rack.rb
+++ b/lib/whimsy/asf/rack.rb
@@ -212,7 +212,7 @@ module ASF
end
# compute the document root by stripping the <tt>PASSENGER_BASE_URI</tt>
from
- # the the current working directory.
+ # the current working directory.
def call(env)
if ENV['PASSENGER_BASE_URI'] and not ENV['DOCUMENT_ROOT']
base = Dir.pwd
diff --git a/tools/agenda_summary.rb b/tools/agenda_summary.rb
index e101f89d..2c1e77c9 100755
--- a/tools/agenda_summary.rb
+++ b/tools/agenda_summary.rb
@@ -12,7 +12,7 @@ STATS_ROLLUP = 'stats'
# Create summary of statistics from 2007->up board minutes (includes private
data)
# Note that for F2F meetings or meetings before preapps, this won't parse
reliably
# @param dir pointing to /foundation/board/archived_agendas
-# @return stats hash of of various statistics from minutes
+# @return stats hash of various statistics from minutes
def summarize_all(dir = BOARD)
summaries = Hash.new{|h,k| h[k] = {} }
Dir[File.join(dir, 'archived_agendas', 'board_agenda_2*.txt')].sort.each do
|f|
diff --git a/www/members/archivers.cgi b/www/members/archivers.cgi
index 62020475..97482733 100755
--- a/www/members/archivers.cgi
+++ b/www/members/archivers.cgi
@@ -59,7 +59,7 @@ _html do
_br
_ 'Every mailing list should have at least two archivers: MBOX and
PONY'
_br
- _ 'The MBOX and PONY archivers must agree on the the privacy setting'
+ _ 'The MBOX and PONY archivers must agree on the privacy setting'
_br
_ 'Unexpected/missing entries are flagged'
_br
diff --git a/www/members/board-nominate.cgi b/www/members/board-nominate.cgi
index 819154b1..e0e8e9da 100755
--- a/www/members/board-nominate.cgi
+++ b/www/members/board-nominate.cgi
@@ -124,7 +124,7 @@ _html do
_b "For: #{timelines['meeting_type']} Meeting on:
#{timelines['meeting_iso']}"
_p %Q{
This form can be used to nominate candidates for the ASF Board of
Director election if they are already Members.
- It automatically adds an entry to to the #{NOMINATION_FILE} file,
+ It automatically adds an entry to the #{NOMINATION_FILE} file,
and then will send an email to the members@ list with your
nomination.
There is currently no support for updating an existing entry or for
adding seconds; use SVN for that.
}
diff --git a/www/members/meeting.cgi b/www/members/meeting.cgi
index c9864cb8..00b1263d 100755
--- a/www/members/meeting.cgi
+++ b/www/members/meeting.cgi
@@ -212,7 +212,7 @@ _html do
_whimsy_panel("Timeline: Nomination Period (until 10 days BEFORE
meeting)", style: 'panel-default') do
_p do
_ 'Before any Annual meeting, any Member may nominate people either
for the Board, or as a New Member Candidate. Much of this discussion happens
on members@ mailing list. Remember, all new nominated names must be checked
into SVN 10 days before the meeting.'
- _ 'Also, you should submit a proxy if you might not attend the the
meeting.'
+ _ 'Also, you should submit a proxy if you might not attend the
meeting.'
_ul do
['board_nominations.txt', 'board_ballot.txt',
'/members/board-nominate.cgi', '/members/board_nominations.cgi',
'nominated-members.txt', '/members/member_nominations.cgi',
'/members/nominations.cgi',
diff --git a/www/members/member_nominations.cgi
b/www/members/member_nominations.cgi
index 06cc7974..c3528ae0 100755
--- a/www/members/member_nominations.cgi
+++ b/www/members/member_nominations.cgi
@@ -127,7 +127,7 @@ _html do
_b "For: #{timelines['meeting_type']} Meeting on:
#{timelines['meeting_iso']}"
_p %Q{
This form can be used to nominate new candidates for ASF Membership
if they are already committers.
- It automatically adds an entry to to the #{NOMINATION_FILE} file,
+ It automatically adds an entry to the #{NOMINATION_FILE} file,
and then will send an email to the members@ list with your
nomination.
There is currently no support for updating an existing entry or for
adding seconds; use SVN for that.
}
diff --git a/www/members/proxy.cgi b/www/members/proxy.cgi
index 419d3ec1..ce38c701 100755
--- a/www/members/proxy.cgi
+++ b/www/members/proxy.cgi
@@ -96,7 +96,7 @@ def emit_form(cur_mtg_dir, meeting, volunteers, disabled)
_p.text_warning %{
NOTE: you are proxying for other members, so you cannot assign
someone else to proxy for your attendance. If it turns out that
- you will not be able to attend the the IRC meeting on Thursday,
+ you will not be able to attend the IRC meeting on Thursday,
you MUST work with the Board Chair and your proxies to update the
proxy records, and get someone else to mark their presence!
}