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 514e8181 Fix typos and word casing (#292)
514e8181 is described below

commit 514e8181ef9fb7e6cd6716030641bcb4e1321340
Author: John Bampton <[email protected]>
AuthorDate: Wed Mar 11 23:05:52 2026 +1000

    Fix typos and word casing (#292)
---
 DEPLOYMENT.md                             | 2 +-
 tools/parsemail.rb                        | 2 +-
 tools/vhosttest.rb                        | 2 +-
 www/roster/views/ppmc_new.html.rb         | 2 +-
 www/secretary/workbench/Rakefile          | 2 +-
 www/secretary/workbench/models/mailbox.rb | 2 +-
 www/test/local_paths.rb                   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 055b7fab..f33441a0 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -81,7 +81,7 @@ The following additional steps are required to get a new 
Whimsy VM up
 and running - these are only needed for a new deployment.
 
  * Ensure that the IP address is static, and has been added to the list of 
allowed mail relays
- * check that the Puppet node yaml file has the appropriate version settings 
for ruby, gems and passenger. This may require trial and error.
+ * check that the Puppet node YAML file has the appropriate version settings 
for ruby, gems and passenger. This may require trial and error.
  * Optionally set up an initial SSL certificate just for the new node, i.e. 
excluding whimsy.apache.org. This is to allow for initial testing.
    * run `certbot certonly` from root, select option (2) - standalone.
    * restart apache
diff --git a/tools/parsemail.rb b/tools/parsemail.rb
index c718f566..53404f7a 100755
--- a/tools/parsemail.rb
+++ b/tools/parsemail.rb
@@ -46,7 +46,7 @@ module ParseMail
       ytime = Time.at(0)
     end
     dtime = File.mtime(maildir) # must exist
-    if ytime > dtime + 60 # Allow for yaml update window
+    if ytime > dtime + 60 # Allow for YAML update window
       log :INFO, "No change to #{maildir} (#{dtime}) since #{yamlfile} 
(#{ytime}), skipping"
       return
     else
diff --git a/tools/vhosttest.rb b/tools/vhosttest.rb
index da4ff381..cc939424 100755
--- a/tools/vhosttest.rb
+++ b/tools/vhosttest.rb
@@ -10,7 +10,7 @@ require 'whimsy/asf'
 
 # Allow override of local repo
 IP = ARGV.shift or raise RuntimeError.new 'Need path to infrastructure puppet 
checkout'
-# Allow override of yaml name
+# Allow override of YAML name
 base = ARGV.shift || 'whimsy-vm*'
 yaml =  Dir["#{IP}/data/nodes/#{base}.apache.org.yaml"].
   max_by {|path| path[/-vm(\d+)/, 1].to_i}
diff --git a/www/roster/views/ppmc_new.html.rb 
b/www/roster/views/ppmc_new.html.rb
index 260202d5..6fc633b5 100644
--- a/www/roster/views/ppmc_new.html.rb
+++ b/www/roster/views/ppmc_new.html.rb
@@ -21,7 +21,7 @@ _html do
     _script src: "app.js?#{appmtime}"
     _.render '#main', timeout: 1 do
       _PPMCNew auth: @auth, pmcsAndBoard: @pmcsAndBoard,
-        officersAndMemers: @officersAndMembers, ipmc: @ipmc
+        officersAndMembers: @officersAndMembers, ipmc: @ipmc
     end
   end
 end
diff --git a/www/secretary/workbench/Rakefile b/www/secretary/workbench/Rakefile
index 240b8950..8131ee54 100644
--- a/www/secretary/workbench/Rakefile
+++ b/www/secretary/workbench/Rakefile
@@ -63,7 +63,7 @@ task :server => :bundle do
   require 'wunderbar/listen'
 end
 
-desc 'remove all parsed yaml files'
+desc 'remove all parsed YAML files'
 task :clean do
   rm_rf Dir["#{ARCHIVE}/*.yml"]
 end
diff --git a/www/secretary/workbench/models/mailbox.rb 
b/www/secretary/workbench/models/mailbox.rb
index 36e95c34..2046f542 100644
--- a/www/secretary/workbench/models/mailbox.rb
+++ b/www/secretary/workbench/models/mailbox.rb
@@ -158,7 +158,7 @@ class Mailbox
   end
 
   #
-  # name of associated yaml file
+  # name of associated YAML file
   #
   def yaml_file
     File.join ARCHIVE, "#{@name}.yml"
diff --git a/www/test/local_paths.rb b/www/test/local_paths.rb
index 3b2f549a..97a9efbf 100644
--- a/www/test/local_paths.rb
+++ b/www/test/local_paths.rb
@@ -23,7 +23,7 @@ end
 
 RECEIVED = File.absolute_path('work/svn/received')
 
-# define pending yaml files
+# define pending YAML files
 PENDING_YML = File.join(RECEIVED, 'pending.yml')
 COMPLETED_YML = File.join(RECEIVED, 'completed.yml')
 

Reply via email to