fix spelling error in interfaces list
authorTony Mack <tmack@cs.princeton.edu>
Tue, 15 Dec 2009 18:38:44 +0000 (18:38 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 15 Dec 2009 18:38:44 +0000 (18:38 +0000)
sfa/methods/start_slice.py

index 717c7da..5ba53d4 100644 (file)
@@ -17,7 +17,7 @@ class start_slice(Method):
     @return 1 is successful, faults otherwise  
     """
 
-    interfaces = ['aggregate', 'slicemgr', 'comonent']
+    interfaces = ['aggregate', 'slicemgr', 'component']
     
     accepts = [
         Parameter(str, "Credential string"),