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 32be4ca1 Fix spelling (#252) 32be4ca1 is described below commit 32be4ca18c27a5e42b35b7ec804e85854043392d Author: John Bampton <jbamp...@users.noreply.github.com> AuthorDate: Thu Feb 20 08:48:59 2025 +1000 Fix spelling (#252) --- config/setupmymac | 2 +- www/members/nominate_board.cgi | 2 +- www/members/nominate_member.cgi | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/setupmymac b/config/setupmymac index cb2a4119..38448899 100755 --- a/config/setupmymac +++ b/config/setupmymac @@ -412,7 +412,7 @@ elsif force[:bundler] ARGS.push '--no-bundle' end -### Installl gems +### Install gems unless $root if force[:gems] or not File.exist?("#{WHIMSY}/Gemfile.lock") diff --git a/www/members/nominate_board.cgi b/www/members/nominate_board.cgi index 16889e22..e8ed5746 100755 --- a/www/members/nominate_board.cgi +++ b/www/members/nominate_board.cgi @@ -185,7 +185,7 @@ _html do ) do if nomclosed _h1 'Nominations are now closed!' - _p 'Sorry, no futher nominations will be accepted for ballots at this meeting.' + _p 'Sorry, no further nominations will be accepted for ballots at this meeting.' else _h3 "Nominations close in #{ASFTime.secs2text(t_end - t_now)} at #{Time.at(t_end).utc} for Meeting: #{timelines['meeting_iso']}" end diff --git a/www/members/nominate_member.cgi b/www/members/nominate_member.cgi index c529969f..6ef8e5cd 100755 --- a/www/members/nominate_member.cgi +++ b/www/members/nominate_member.cgi @@ -43,7 +43,7 @@ def validate_form(formdata: {}) uid = formdata['availid'] return "You MUST provide a nomination statement for Candidate #{uid}; blank was provided!" if formdata['statement'].empty? chk = ASF::Person[uid]&.asf_member? - chk.nil? and return "Invalid availid suppiled: (#{uid})\n\nStatement:\n#{formdata['statement']}" + chk.nil? and return "Invalid availid supplied: (#{uid})\n\nStatement:\n#{formdata['statement']}" # Allow renomination of Emeritus pubname = ASF::Person[uid].public_name chk && !chk.to_s.start_with?('Emeritus') and return "Your nominee #{pubname} (#{uid}) is already an ASF member!" @@ -169,7 +169,7 @@ _html do if nomclosed _h1 'Nominations are now closed!' - _p 'Sorry, no futher nominations will be accepted for ballots at this meeting.' + _p 'Sorry, no further nominations will be accepted for ballots at this meeting.' else _h3 "Nominations close in #{ASFTime.secs2text(t_end - t_now)} at #{Time.at(t_end).utc} for Meeting: #{timelines['meeting_iso']}" end