From 973b7d06546a57f2ae76a00dee2fdd9257d0129a Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 15 Dec 2009 18:38:44 +0000 Subject: [PATCH] fix spelling error in interfaces list --- sfa/methods/start_slice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/methods/start_slice.py b/sfa/methods/start_slice.py index 717c7da6..5ba53d4c 100644 --- a/sfa/methods/start_slice.py +++ b/sfa/methods/start_slice.py @@ -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"), -- 2.47.0