Fix typo.
authorWard Vandewege <ward@curoverse.com>
Wed, 8 Jul 2015 16:09:17 +0000 (12:09 -0400)
committerWard Vandewege <ward@curoverse.com>
Wed, 8 Jul 2015 16:09:17 +0000 (12:09 -0400)
refs #2256

sdk/pam/arvados_pam.py

index bc65b0629426143c2575c52fbd833f48d60ea175..9fe1657f7a70fba2635e890edd54b6d5cb41e978 100644 (file)
@@ -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']