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 4feee565 Typo
4feee565 is described below

commit 4feee5658f8e6683a3ec3565432f9fce6144c426
Author: Sebb <[email protected]>
AuthorDate: Wed Jul 16 00:46:23 2025 +0100

    Typo
---
 www/secretary/workbench/server.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/server.rb 
b/www/secretary/workbench/server.rb
index a94ad536..7f30d4b3 100644
--- a/www/secretary/workbench/server.rb
+++ b/www/secretary/workbench/server.rb
@@ -268,7 +268,7 @@ get %r{/(\d{6})/(\w+)/_index_} do |month, hash|
   @appmtime = Wunderbar::Asset.convert(File.join(settings.views, 
'app.js.rb')).mtime.to_i
   @projects = (ASF::Podling.current+ASF::Committee.pmcs).map(&:name).sort
 
-  # Check if applications closed; if so, check it application was received in 
time
+  # Check if applications closed; if so, check if application was received in 
time
   # Default to 'now' if envelope date not found; hopefully won't be triggered 
as emails
   # should now all have the field set up
   @meeting = ASF::MeetingUtil.applications_valid ||

Reply via email to