You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/03/13 14:01:01 UTC

[whimsy.git] [1/1] Commit 4117269: Fix comment

Commit 411726970e920594acc13390d86854bfe725a498:
    Fix comment


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/roster/models/committer.rb                               | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/roster/models/committer.rb b/www/roster/models/committer.rb
index 0ffe1a9..fea585a 100644
--- a/www/roster/models/committer.rb
+++ b/www/roster/models/committer.rb
@@ -73,7 +73,7 @@ def self.serialize(id, env)
     if ASF::Person.find(env.user).asf_member?
       response[:forms] = {}
 
-      if person.icla.claRef # Not all people in members unix group have iclas
+      if person.icla.claRef # Not all people have iclas
         iclas = ASF::SVN['private/documents/iclas']
         if File.exist? File.join(iclas, person.icla.claRef + '.pdf')
           response[:forms][:icla] = person.icla.claRef + '.pdf'