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 8bfb69e5 Fix typo (#192)
8bfb69e5 is described below

commit 8bfb69e574072216b2e63b13168489de3ed961c8
Author: John Bampton <[email protected]>
AuthorDate: Wed May 24 04:50:47 2023 +1000

    Fix typo (#192)
---
 www/roster/views/person/forms.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/person/forms.js.rb 
b/www/roster/views/person/forms.js.rb
index 36e0f455..134baabf 100644
--- a/www/roster/views/person/forms.js.rb
+++ b/www/roster/views/person/forms.js.rb
@@ -16,7 +16,7 @@ class PersonForms < Vue
 
             if form == 'icla'
               _li do
-                if link == '' # has ICLA bu no karma to view it
+                if link == '' # has ICLA but no karma to view it
                   _ 'ICLA'
                 else
                   _a 'ICLA', href: link

Reply via email to