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 edf10d5b Fix spelling in Ruby code comments (#251)
edf10d5b is described below
commit edf10d5b4a4321eaefad7ef24996fe19113632e8
Author: John Bampton <[email protected]>
AuthorDate: Thu Feb 20 04:06:46 2025 +1000
Fix spelling in Ruby code comments (#251)
---
www/board/agenda/routes.rb | 2 +-
www/roster/views/person/main.js.rb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/board/agenda/routes.rb b/www/board/agenda/routes.rb
index 0368d1bc..e823189b 100755
--- a/www/board/agenda/routes.rb
+++ b/www/board/agenda/routes.rb
@@ -46,7 +46,7 @@ get '/whimsy.svg' do
type: 'image/svg+xml'
end
-# Progress Web App Manfest
+# Progress Web App Manifest
get '/manifest.json' do
@svgmtime = File.mtime(File.expand_path('../../../whimsy.svg',
__FILE__)).to_i
@pngmtime = File.mtime(File.expand_path('../public/whimsy.png',
__FILE__)).to_i
diff --git a/www/roster/views/person/main.js.rb
b/www/roster/views/person/main.js.rb
index 4c8e2c30..1ab41a03 100644
--- a/www/roster/views/person/main.js.rb
+++ b/www/roster/views/person/main.js.rb
@@ -30,7 +30,7 @@ class Person < Vue
# PMCs
noPMCsub = false
- pmcs = @committer.pmcs.slice() # Take copy to avoid affecting orginal
+ pmcs = @committer.pmcs.slice() # Take copy to avoid affecting original
# allow for non-PMC chairs
@committer.chairOf.each do |pmcchair|
pmcs << pmcchair unless pmcs.include? pmcchair