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 1537b7a7 Fix spelling (#175)
1537b7a7 is described below

commit 1537b7a73a7161eedc1607fb3ec0e35a5fc7675c
Author: John Bampton <[email protected]>
AuthorDate: Sat Dec 10 01:26:55 2022 +1000

    Fix spelling (#175)
    
    * Fix spelling
    
    * Fix typo
---
 www/roster/main.rb                         | 2 +-
 www/roster/views/actions/memstat.json.rb   | 2 +-
 www/secretary/workbench/templates/icla.erb | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/roster/main.rb b/www/roster/main.rb
index 93066efd..1186c3fb 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -237,7 +237,7 @@ get '/committer/:name' do |name|
 end
 
 post '/committer/:userid/:file' do |name, file|
-  # Workround for handling arrays
+  # Workaround for handling arrays
   # if the key :array_prefix is defined, the value is assumed to be the prefix 
for
   # a list of values with the names: prefix1, prefix2 etc
   # All non-empty values are collected and stored in an array which is added 
to the
diff --git a/www/roster/views/actions/memstat.json.rb 
b/www/roster/views/actions/memstat.json.rb
index 78399c89..ca165658 100644
--- a/www/roster/views/actions/memstat.json.rb
+++ b/www/roster/views/actions/memstat.json.rb
@@ -67,7 +67,7 @@ if @action == 'rescind_emeritus'
     _warn "Emeritus request file not found"
   end
 elsif @action == 'request_emeritus'
-  # Create emeritus request and send acknowlegement mail from secretary
+  # Create emeritus request and send acknowledgement mail from secretary
   # TODO URL should be a config constant ...
   code, template = 
ASF::Git.github('apache/www-site/main/content/forms/emeritus-request.txt')
   raise "Failed to read emeritus-request.txt: " + code unless code == "200"
diff --git a/www/secretary/workbench/templates/icla.erb 
b/www/secretary/workbench/templates/icla.erb
index 4bdcf035..83ede391 100644
--- a/www/secretary/workbench/templates/icla.erb
+++ b/www/secretary/workbench/templates/icla.erb
@@ -2,7 +2,7 @@ Dear <%= @pubname %>,
 
 This message acknowledges receipt of your ICLA, which has been filed in the 
Apache Software Foundation records.
 
-If you have been invited as a committer, please advise the project/podling so 
they can progess your application.
+If you have been invited as a committer, please advise the project/podling so 
they can progress your application.
 You can reply to your invitation email to let them know your ICLA has been 
filed.
 They will need to know your preferred Apache id.
 

Reply via email to