[ARVADOS] updated: c01e6aeda1af59597bfddf046628bb4802f2d671

git at public.curoverse.com git at public.curoverse.com
Wed Jul 8 12:09:35 EDT 2015


Summary of changes:
 sdk/pam/arvados_pam.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  c01e6aeda1af59597bfddf046628bb4802f2d671 (commit)
      from  5a9684ac02fb535d1ad5cc80a6390d758415d0d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c01e6aeda1af59597bfddf046628bb4802f2d671
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Jul 8 12:09:17 2015 -0400

    Fix typo.
    
    refs #2256

diff --git a/sdk/pam/arvados_pam.py b/sdk/pam/arvados_pam.py
index bc65b06..9fe1657 100644
--- a/sdk/pam/arvados_pam.py
+++ b/sdk/pam/arvados_pam.py
@@ -37,7 +37,7 @@ def check_arvados_token(requested_username, token):
 
 
     if len(matches) != 1:
-        auth_log("libpam_arvados could not dertermine vm uuid for '%s'" % hostname)
+        auth_log("libpam_arvados could not determine vm uuid for '%s'" % hostname)
         return False
 
     this_vm_uuid = matches[0]['uuid']

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list