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

commit 7694c6620df7cb6a2ebf699127740754bb821262
Author: Sebb <[email protected]>
AuthorDate: Wed Feb 9 16:01:23 2022 +0000

    Typo
---
 www/roster/models/nonpmc.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/nonpmc.rb b/www/roster/models/nonpmc.rb
index 06d05c2..5f224e2 100644
--- a/www/roster/models/nonpmc.rb
+++ b/www/roster/models/nonpmc.rb
@@ -53,7 +53,7 @@ class NonPMC
     # if the roster is empty, then add the chair(s)
     if roster.empty?
       cttee.chairs.each do |ch|
-        roster[ch[:id]] = {name: ch[:name], date: 'uknown'} # it is used to 
flag CI data so must be true in JavaScript
+        roster[ch[:id]] = {name: ch[:name], date: 'unkown'} # it is used to 
flag CI data so must be true in JavaScript
       end
     end
     cttee_members = roster.keys # get the potentially updated list

Reply via email to