Skip to content

Commit

Permalink
Remove unneeded duplicate words (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Jan 26, 2025
1 parent 07b608d commit f73360a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittestagenda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion lib/whimsy/asf/icla.rb
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def self.availids_reserved
@@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
Expand Down
2 changes: 1 addition & 1 deletion lib/whimsy/asf/rack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def initialize(app)
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
Expand Down
2 changes: 1 addition & 1 deletion tools/agenda_summary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# 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|
Expand Down
2 changes: 1 addition & 1 deletion www/members/archivers.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion www/members/board-nominate.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}
Expand Down
2 changes: 1 addition & 1 deletion www/members/meeting.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion www/members/member_nominations.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}
Expand Down
2 changes: 1 addition & 1 deletion www/members/proxy.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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!
}
Expand Down

0 comments on commit f73360a

Please sign in to comment.