From: Tony Mack <tmack@paris.CS.Princeton.EDU>
Date: Fri, 5 Aug 2011 23:46:36 +0000 (-0400)
Subject: fix typo
X-Git-Tag: sfa-1.0-30~10
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=19b290fd744e0b21cd9833bcd0bab4b09d0ae88f;p=sfa.git

fix typo
---

diff --git a/sfa/trust/credential.py b/sfa/trust/credential.py
index 4a1d7555..c0907bc6 100644
--- a/sfa/trust/credential.py
+++ b/sfa/trust/credential.py
@@ -426,7 +426,7 @@ class Credential(object):
         signed_cred.setAttribute("xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance")
 #        signed_cred.setAttribute("xsinoNamespaceSchemaLocation", "http://www.protogeni.net/resources/credential/credential.xsd")
 #        signed_cred.setAttribute("xsi:schemaLocation", "http://www.protogeni.net/resources/credential/ext/policy/1 http://www.protogeni.net/resources/credential/ext/policy/1/policy.xsd")
-        signed_cred.setAttribute("xsinoNamespaceSchemaLocation", "http://www.planet-lab.org/resources/sfa/credential.xsd")
+        signed_cred.setAttribute("xsi:noNamespaceSchemaLocation", "http://www.planet-lab.org/resources/sfa/credential.xsd")
         signed_cred.setAttribute("xsi:schemaLocation", "http://www.planet-lab.org/resources/sfa/ext/policy/1 http://www.planet-lab.org/resources/sfa/ext/policy.xsd")
 
         doc.appendChild(signed_cred)