This is an automated email from the ASF dual-hosted git repository.

clr 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 8438fac0 Fix spelling (#151)
8438fac0 is described below

commit 8438fac053d1b74c3ffe5cb510283818e177492b
Author: John Bampton <[email protected]>
AuthorDate: Sun May 15 00:01:12 2022 +1000

    Fix spelling (#151)
    
    Thanks for the fix.
---
 www/secretary/ldap-check.cgi                        | 2 +-
 www/secretary/workbench/Gemfile                     | 2 +-
 www/secretary/workbench/models/mailbox.rb           | 2 +-
 www/secretary/workbench/views/actions/icla2.json.rb | 2 +-
 www/test/example.cgi                                | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/secretary/ldap-check.cgi b/www/secretary/ldap-check.cgi
index 99c483d2..c451cc54 100755
--- a/www/secretary/ldap-check.cgi
+++ b/www/secretary/ldap-check.cgi
@@ -13,7 +13,7 @@ The two committers groups should have the same members:
 - cn=committers,ou=groups,dc=apache,dc=org (old unix group)
 
 All committers should be in LDAP people
-LDAP people whould be committers (unles login is disabled)
+LDAP people would be committers (unless login is disabled)
 
 =end
 
diff --git a/www/secretary/workbench/Gemfile b/www/secretary/workbench/Gemfile
index d9b68d77..1ef327ad 100644
--- a/www/secretary/workbench/Gemfile
+++ b/www/secretary/workbench/Gemfile
@@ -7,7 +7,7 @@ if File.exist? version_file
   asf_version = File.read(version_file).chomp
   gem 'whimsy-asf', asf_version, path: File.expand_path(root, __FILE__)
 else
-  # for docker purposes (atleast for now)
+  # for docker purposes (at least for now)
   gem 'whimsy-asf'
 end
 
diff --git a/www/secretary/workbench/models/mailbox.rb 
b/www/secretary/workbench/models/mailbox.rb
index 8c5a43d8..fe6af900 100644
--- a/www/secretary/workbench/models/mailbox.rb
+++ b/www/secretary/workbench/models/mailbox.rb
@@ -167,7 +167,7 @@ class Mailbox
   # return headers (client view)
   #
   def client_headers
-    # fetch a list of headers for all messages in the maibox with attachments
+    # fetch a list of headers for all messages in the mailbox with attachments
     headers = self.headers.to_a.select do |id, message|
       not Message.attachments(message).empty?
     end
diff --git a/www/secretary/workbench/views/actions/icla2.json.rb 
b/www/secretary/workbench/views/actions/icla2.json.rb
index af690baf..6ba8b0e0 100644
--- a/www/secretary/workbench/views/actions/icla2.json.rb
+++ b/www/secretary/workbench/views/actions/icla2.json.rb
@@ -1,7 +1,7 @@
 #
 # File an additional ICLA:
 #  - [optional] move existing ICLA into a directory
-#  - add files to (new) documents/iclas dirctory
+#  - add files to (new) documents/iclas directory
 #  - modify officers/iclas.txt entry
 #  - respond to original email
 #
diff --git a/www/test/example.cgi b/www/test/example.cgi
index 8497de61..599cbcf2 100755
--- a/www/test/example.cgi
+++ b/www/test/example.cgi
@@ -202,7 +202,7 @@ _html do
             if process_form(formdata: submission)
               _p.lead "Thanks for Submitting This Form!"
               _p do
-                _ "The process_form method would have done any procesing 
needed with the data, after calling validate_data."
+                _ "The process_form method would have done any processing 
needed with the data, after calling validate_data."
               end
             else
               _div.alert.alert_warning role: 'alert' do

Reply via email to